How to remove product ratings on product hover
-
I need to remove product ratings on product hover in grid view
Hello,
This is possible to do with Custom CSS, please provide your site URL
Best Regaards
Hello,
I do not see the ratings on products https://gyazo.com/34ce786b0f1b5b72bb4a0970898f950a
Best Regards
see info in private content
Hello,
Please add this code to the Theme Settings > Custom CSS:
.woodmart-hover-base.has-stars.purchasable .star-rating{
display:none;
}
.woodmart-hover-base .wrapp-product-price {
transition: none;
}
.woodmart-hover-base.has-stars.purchasable:hover .wrapp-product-price {
transform: none!important;
-webkit-transform: none!important;
}
Best Regards