Home › Forums › WoodMart support forum › Hover Icons on Product Images › Reply To: Hover Icons on Product Images
June 9, 2022 at 3:20 am
#382032

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-grid-item .wd-buttons {
box-shadow: none;
}
body .product-grid-item .wd-action-btn {
margin-bottom: 5px;
}
Best Regards