Home Forums Basel support forum Stars

Stars

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #101043

    Manuel0211
    Participant

    how I change the color to the stars

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

    Hello,

    Add this code to the Theme Settings > Custom CSS

    body .single-product-content .comment-form .stars span a {
        color: red;
    }

    Best Regards

    #101179

    Manuel0211
    Participant

    I do not change the color

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

    Hello,

    Replace the code with this one:

    body .single-product-content .comment-form .stars span a:after {
        color: red;
    }

    Best Regards

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