Home Forums WoodMart support forum Change Review Rating Colour

Change Review Rating Colour

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #440050

    mrconnorgooch
    Participant

    Hello,

    How would I change the review rating colour of a product in woocommerce.

    Thanks,

    Connor

    #440262

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

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

    In this CSS, you can change the color from red to your choice of color hex code or color name.

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)