Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi creyes,

    You can change the color of the rating stars with a little bit of CSS code. Try this:

    .gr-review .gr-rating-stars {
      color: red;
    }
    Thread Starter creyes

    (@creyes)

    Thanks u rock!!!!

    Hola!

    I tried adding this CSS to my theme, but the stars are still the dark grey color.

    Is there also a way to change the background color? I read that the plugin adopts the color of the background color of the site…is there a way to bypass this?

    Hi sambatothesea,

    Can you send a link to the reviews on your site. I’ll take a look and see if I can help.

    Hola!

    The link to my site is tamarindoluxuryvillas.com

    Gracias!

    Can you point me to a page with reviews?

    There are two areas where there are views:
    – Right hand sidebar
    – Under the text where property listing is

    https://tamarindoluxuryvillas.com/property/casa-bali/

    Hi sambatothesea,

    So, I see the stars in your blue color, #37B3D9. If you don’t see this, maybe you need to clear your cache?

    I’m guessing you want to get rid of the grey background on the reviews. These are attached to all blockquotes. Try this to get rid of the background and border:

    .gr-reviews blockquote {
      background: none;
      border-left: 0;
    }

    You might also want to collapse the padding since there’s no background. If so, try add a padding element like this:

    .gr-reviews blockquote {
      background: none;
      border-left: 0;
      padding: 0;
    }

    Thank you so much for your help!

    Glad it’s working for you. If you get a chance, I always appreciate reviews for the plugin here.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Change the color of the stars’ is closed to new replies.