Home Forums WoodMart support forum Multiple Questions for my theme Reply To: Multiple Questions for my theme

#152270

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