Home Forums WoodMart support forum Add to cart button and product tab customization Reply To: Add to cart button and product tab customization

#309455

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