Home Forums WoodMart support forum How can i deactivate the start & Text?

How can i deactivate the start & Text?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #386783

    Reace
    Participant

    how can I disable the stars or the text for “reviewed ratings” on my home page on the product slider?

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

    Reace
    Participant

    Here is what i mean

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

    Luke Nielsen
    Keymaster

    Hello,

    With the help of the below code, you can hide the “star” rating, enter it in the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

    .product-grid-item .wd-star-rating {
        display: none;
    }

    If you’re having trouble of any kind issue, please let me know. I’ll do everything I can to help.

    Kind Regards

    #386812

    Reace
    Participant

    Thanks, working! 🙂

    #386865

    Luke Nielsen
    Keymaster

    Hello,

    I’m glad we managed to sort this out.

    In case you need any additional help, I’d be more than happy to assist you.

    Have a good day!

    Kind Regards

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

The topic ‘How can i deactivate the start & Text?’ is closed to new replies.