Home › Forums › WoodMart support forum › Multiple Questions for my theme › Reply To: Multiple Questions for my theme
October 24, 2019 at 10:08 pm
#152270
Elise Noromit
Member
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
/*to remove the add to cart button*/
.woodmart-hover-quick:hover .woodmart-add-btn {
-webkit-transform: none;
transform: none;
display:none;
}
/*to hide the categories*/
body .product_meta > span.posted_in {
display:none;
}
Best Regards