• Resolved tayoungs

    (@tayoungs)


    Does anyone know of a way to change the color of the stars? I’m using the light grey card style and the stars are hard to even notice as they are so small and black…

    -Tim

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey Tim!

    You should be able to change the star colors using the Typography settings, if they are available to you.

    If they aren’t available, or aren’t working for some reason, then you’ll want to use CSS to target and change the star color. Is that something you’re comfortable doing?

    Best,
    Richard

    Thread Starter tayoungs

    (@tayoungs)

    Thank you. I hadn’t realized there was a whole panel for customizing the typeface options. I was able to successfully change the color of the stars… however, I also tried change the title and body font types and sizes… it worked perfectly for the titles but not for the body copy. The body stayed the same small serif that it was. Is there any override for that?

    Here is the page I’m working on: https://youngscompany.com/reviews/

    I’m trying to change it all to Arial… and a larger font size (I currently have it set to 16px).

    • This reply was modified 8 years, 5 months ago by tayoungs.
    Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey Tim!

    It looks like we might have some CSS blocking those specific settings from working in the Card theme – can you try adding the following Custom CSS code and let me know if it helps:

    
    .style-card_style blockquote.easy_testimonial p {
        font-family: inherit !important;
        font-size: inherit !important;
    }

    All the best,
    Richard

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Stars Rating Color’ is closed to new replies.