Home New Guten Forums WoodMart support forum how to hide the reviews stars ??

how to hide the reviews stars ??

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #115804

    mbanat18
    Participant

    hi dear , i need to hide the reviews stars only from below the product picture , means in the products grid.
    i want the stars to be shown only in the (product page) and i do not want to disable the reviews

    #115825

    Hello,

    Please provide the category URL which has products with reviews and I will provide the custom CSS

    Best Regards

    #115834

    mbanat18
    Participant

    Dear ,
    you can check now , https://www.afkarstore.com/
    i need to hide all the stars of the reviews from the home page and the categories
    only i need the stars to be shown in the product page

    #115873

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-grid-item .ryviu-collection-widget{
    display:none;
    }

    Best Regards

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