• Resolved tsmallswp

    (@tsmallswp)


    Do you need css to change the color of rating stars all the full website? The default is blue. I would like the original yellow.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Abz

    (@abzlevelup)

    Howdy,

    Thanks for reaching out.

    For Kadence Theme + Woocomerce, you need Custom CSS to change the color of the star ratings. See Custom CSS snippet here — where you can change “color” to your liking:

    .woocommerce .star-rating {
        color: red !important;
    }

    Hope this helps. Have a great day.

    Abz

    Thread Starter tsmallswp

    (@tsmallswp)

    That css worked for the reviews and product pages but is there one for the whole website including the home page too?

    • This reply was modified 3 years, 10 months ago by tsmallswp.

    Hello,

    Sorry for the delay. Try removing the .woocommerce and just leave the .star-rating class.

    Let me know if you need anything else.

    Thanks!

    Chris

    Thread Starter tsmallswp

    (@tsmallswp)

    That worked. Thanks

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