Home Forums WoodMart support forum product hover Reply To: product hover

#87237

Hello,

Add this code to the Theme Settings > Custom CSS to remove the shadow border:

.woodmart-hover-tiled .product-wrapper {
   -webkit-box-shadow: 0 0 4px rgba(0,0,0,0);
   box-shadow: 0 0 4px rgba(0,0,0,0);
}

The price is now in the center.

Best Regards