Home › Forums › WoodMart support forum › Add to cart button and product tab customization › Reply To: Add to cart button and product tab customization
July 29, 2021 at 9:24 am
#309455
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.single-product .tabs-layout-tabs .tabs li a {
padding-top: 10px;
padding-bottom: 10px;
}
And this code to the Theme Settings > Custom CSS > Mobile/Tablet:
body .wd-hover-quick .wd-add-btn>a {
opacity: .8;
color: yellow;
background-color: red;
}
Best Regards