Home › Forums › WoodMart support forum › Hidden ADD TO BASKET Button › Reply To: Hidden ADD TO BASKET Button
July 3, 2020 at 12:40 pm
#208426
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.quick-shop-wrapper .quick-shop-form {
padding-top: 15px;
}
.quick-shop-wrapper .reset_variations {
display: none!important;
}
.quick-shop-wrapper .variation-swatch-selected .variations {
margin-bottom: 10px
}
Regards