how to hide the reviews stars ??
-
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
Hello,
Please provide the category URL which has products with reviews and I will provide the custom CSS
Best Regards
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
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-grid-item .ryviu-collection-widget{
display:none;
}
Best Regards