• Resolved ladycorner2

    (@ladycorner2)


    Hello,
    thank you for this awesome plugin.

    How can I change the color for review_word and for the rating number ? I have just managed to do it for the stars. It doesn’t work for the rest.

    [reviews_rating theme=”dark fonts” limit=0 icon=”no” excerpt=160 more=”read more” animate=”yes” stars=”#ffffff” vicinity=”no” review_word=”avis”]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Design Extreme

    (@designextreme)

    @ladycorner2 Have you tried using your theme’s style sheet or the Custom Styles in the advanced tab? You can overwrite any colours you wish here – there’s so much choice of design and CSS is better placed to handle this (rather than the parameters).

    Does this help or do you need more specific information about exactly what to set?

    Thread Starter ladycorner2

    (@ladycorner2)

    Thank you for your reply.

    I have seen the advanced tab however i am not good for CSS.
    What would be necessary to put to modify the color for a font (the rating number for example) ?

    An example would help me to understand how it works.

    Plugin Author Design Extreme

    (@designextreme)

    @ladycorner2 Enter the following CSS into either your theme’s style sheet or the Custom Styles box:

    .google-business-reviews-rating.dark .rating .count {
    	color: #FFFFFF;
    }

    If you want to find out more ways to modify the styling, please use your browser’s inspector to assist – Right click and go to Inspect Element or Press F12 and click on the “Inspect Element” icon. Once the element is selected, it will show relevant information such as its CSS.

    Thread Starter ladycorner2

    (@ladycorner2)

    Thank you a lot. I had difficulties to modify the other elements after inspecting them with F12 due to the cache. But now it is ok. Thank you a lot for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Rating with white color’ is closed to new replies.