Home › Forums › WoodMart support forum › product hover › Reply To: product hover
November 5, 2018 at 10:58 am
#87237
Elise Noromit
Member
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