• Resolved nepalpyramids

    (@nepalpyramids)


    is there a way to change the stars color to yellow ????
    and how are we to post the reviewers profile pictures ???
    its an awesome plugin
    if only there is a possibility to do the above mentioned request
    thanks
    cheers

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi, @nepalpyramids

    I’m not the developer of this plugin but have the same question about the color of stars. I guess you had already resolved it, but in case someone else wondered – I’ll answer what I’d found out.

    All you need is add simple CSS code into your site:

    .review-rating > span:before {
        color: yellow; 
    }

    Instead of “yellow”, you might use the hexadecimal representation of the color you need, e.g. #FFFF00. The CSS code itself you might add with the “Custom CSS” panel in the Theme Customizer.

Viewing 1 replies (of 1 total)
  • The topic ‘just a quick quesiton’ is closed to new replies.