Home Forums WoodMart support forum Hover content on shop page Reply To: Hover content on shop page

#210365

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .woodmart-hover-base .fade-in-block {
position: static;
	opacity: 1;
	visibility: visible;
}
.content-product-imagin {
margin-bottom: 0 !important;
}

Best Regards