Home Forums WoodMart support forum Review star color.

Review star color.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #126090

    jingyansu
    Participant

    Hello,
    I want to change the product review of star colors. How can we do that?

    Thanks

    #126099

    Hello,

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

    body .comment-respond .stars a.active:after, 
    body .comment-respond .stars a:hover:after {
        color: red;
    }
    body .comment-respond .stars a:after, 
    body .comment-respond .stars a:before {
        color: red;
    }

    Best Regards

    #126104

    jingyansu
    Participant

    Hello,
    It is making the review section stars red. However, in product archive or below product name; review color is default only.

    Check : https://www.techyuga.com/product/precision-phillips-2-screwdriver/

    #126109

    Hello,

    Deactivate the blocking plugin or soft so that I could inspect the element by the right click.

    Best Regards

    #126139

    jingyansu
    Participant

    It’s deactivated now. You can check. Also could you tell me, how do i saw a custom help text inside the search panel. Right now it is “search for products”.

    I want to have a custom message there.

    Thanks

    #126173

    Hello,

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

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

    Best Regards

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