How do I remove star rating on hover
-
Hello,
Please provide your page URL
Best Regards
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
Thanks, works like a charm. But It has left this weird bigger block.
Attachments:
You must be
logged in to view attached files.
I fixed it by
.product-information{height: 65px;}
but i am not sure if it will affect anything
Ive got an idea, can I replace the Stars with text ?
Hello,
There is no option for that. This is Woocommerce functionality and our theme does not influence that.
Best Regards
Oh, okey, no problem. Thanks a lot.
The topic ‘How do I remove star rating on hover’ is closed to new replies.