Home › Forums › WoodMart support forum › Add to cart button and product tab customization › Reply To: Add to cart button and product tab customization
July 30, 2021 at 9:01 am
#309676
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-hover-quick .wd-add-btn>a:hover {
opacity: .8;
color: yellow;
background-color: red;
}
Best Regards