This topic has 8 replies, 3 voices, and was last updated 8 years, 9 months ago ago by Eva Kemp
Hi,
I would like to remove the 5 stars rating locate on the bottom of the product title because it create a “row split” on some page like this one :
https://montre-automatique.com/categorie-produit/orient-montre/
The split is in the 4th row…
Best regards,
Hello,
stars rating can be disabled by adding following css code to your ‘custom.css’ file:
.star-rating{display:none;
}
Regards,
Stan Russell.
Hello,
Many thanks for your quick respond.
Unfortunately, I don’t want that all the rating stars of the website disapear, only the one under the products category.
Also, could you explain me why the 4th line is broken on two part ?
Regards,
Hello Kenelli,
as your site is protected by ‘coming soon’ page, please provide us with admin credentials for your site in private content.
Regards,
Stan Russell.
HI,
Here we go.
Thanks
Hello,
please use following css code instead:
.products-grid .star-rating{
display:none
}
Regards,
Stan Russell.
Thanks a lot Stan it works !
… But there is still this broken row on the 4th line. Do you know why ?
Best Regards,
Sofiane
Hello,
Add this code in Theme Options > Custom CSS > Custom CSS for desktop:
.products-grid .product-title {
height: 50px;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up