Home New Guten Forums WoodMart support forum Disable stars on products archive

Disable stars on products archive

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

    Maxor
    Participant

    Hi

    i cannot find where to disable stars on product archives products boxes ?

    i found how to disable stars count, but not stars ?

    how can i do that thank you

    #669061

    Hello,

    Navigate to Theme Settings > Product Archive > Product Styles > disable the option “show empty star rating”. https://prnt.sc/EtHhYrkaGjDn

    Best Regards,

    #669128

    Maxor
    Participant

    Hi
    im not talking about empty stars, i want to disable showing stars on any of the product styles we choose :

    how can we do that ?

    • This reply was modified 1 month, 3 weeks ago by Maxor.
    Attachments:
    You must be logged in to view attached files.
    #669269

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

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

    Best Regards,

    #669892

    Maxor
    Participant

    Thank you

    #669923

    Hello,

    You’re very welcome! If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

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

The topic ‘Disable stars on products archive’ is closed to new replies.