Home Forums WoodMart support forum Remove Rating from Product Style

Remove Rating from Product Style

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #374158

    rhinsu
    Participant

    Hello,
    How do I remove the rating from the product style on the homepage, but the rating is there on the product page.

    https://prnt.sc/bsToIzslyVsp

    #374268

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

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

    Best Regards

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