Home Forums Basel support forum Products Rating color

Products Rating color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #287053

    classicwatchstore
    Participant

    How can I change the woocommerce star rating color of the main product, images attached.

    Attachments:
    You must be logged in to view attached files.
    #287100

    classicwatchstore
    Participant

    Also please confirm how to show the number of total reviews next to review starts

    Attachments:
    You must be logged in to view attached files.
    #287403

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .star-rating span:before{
    color:red;
    }
    body .star-rating:before {
        color: green;
    }

    By default Woocommerce does not provide the option to show the reviews number in the stars, you will have to search for a plugin.

    Best Regards

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