Home › Forums › WoodMart support forum › Disable product hover for mobile version › Reply To: Disable product hover for mobile version
October 1, 2020 at 9:22 am
#230125

Artem Temos
Keymaster
You can override it with a simple CSS like this
.content-product-imagin {
margin-bottom: 0!important;
}