Home Forums WoodMart support forum colour of review star

colour of review star

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

    timbabagroup
    Participant

    how can i change colour of the review star?

    #196381

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    To change the color of the review stars you need to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .comment-respond .stars a:hover::after {
    color: yellow;
    }

    You can change the color according to your needs.

    If you are trying to ask anything else then provide with some relevant screenshot of the specific area with the URL of the website to check it myself and help you out accordingly.

    Best Regards.

    #196388

    timbabagroup
    Participant

    This code doesnt change the colour of the review star

    #196558

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I have visited your website. Please replace the previous code with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

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

    If you still unable to change then provide admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards.

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