Home Forums WoodMart support forum How do i remove reviews from product archive and carousel.

How do i remove reviews from product archive and carousel.

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

    ottuhr.com
    Participant

    I sell products with no reviews and it looks akward with 5 empty stars under each product image while browsing the store.

    #574356

    Hung Pham
    Keymaster

    Hi ottuhr.com,

    Thanks for reaching to us.

    Try to add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-product .product-wrapper div.star-rating{
    	display: none;
    }

    Regards,

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