Home Forums WoodMart support forum Remove review star

Remove review star

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

    penguined
    Participant

    I want to remove the review star from the homepage and category page. How do I do that?

    #70298

    Hello,

    It is possible to do with custom CSS.

    .product-grid-item .star-rating {
        margin-bottom: 5px;
        display: none;
    }

    Add this code to the Theme Settings > Custom CSS.

    If you mean removing reviews from the whole site, navigate to Woocommerce > Settings > Product Tab and disable.

    Best Regards

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