Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1881115
Penci Review
Closed

Comments

  •  4
    ISOLE-GRECHE started the conversation

    How is possible to chang colors of stars and border?

  •  501
    Penci replied

    Hi,

    Please go to Customize > Posts Review Options then scrolldown to colors box then change  color and border  you want as screenshot http://prntscr.com/mgjdgq

    Best Regards,

    PenciDesign


  •  4
    ISOLE-GRECHE replied

    0. I'd like to change ONLY STAR COLOR... not the text: http://prntscr.com/mgyv9h

    1. How is possibile to give 1½...2½...3½...4½ stars?

    2. I'd like "The goods" and "The bads" WITHOUT average score. Is it possible?

    3. Is it possible to change font style and font size of The goods and The bads?

  •  501
    Penci replied

    Hi,

    1. Unfortunately, curently this theme doesn't support this feature.

    2, 3 / Please try use custom css:

    /** Hide total average score **/
    .penci-review-average{
    display: none;
    }
    .penci-review-stuff {
    width: 100%;
    } /** Change font style and font size of The goods and The bads **/
    .penci-review-stuff .penci-review-good h5 {
        font-size: 16px;
        font-style: normal;
    }

    Best Regards,

    PenciDesign


  •  4
    ISOLE-GRECHE replied

    2,3 / OK!

    What about 0. question? I'd like to have black text and yellow stars. How is possibile to have something like that?

    https://prnt.sc/mhc6fc (image modified by Photoshop)

  •  501
    Penci replied

    Hi,

    If you want change color of star, please go to Customize > Addtional CSS  then add custom css to do that:

    .penci-review-text .penci-review-score{
        color: #2993D1;
    }

    You can change color star to any color you want.

    Best Regards,

    PenciDesign