Home › Forums › WoodMart support forum › add to cart button customization › Reply To: add to cart button customization
October 2, 2018 at 12:21 pm
#80441
Elise Noromit
Member
Hello,
Please try this code to the Theme Settings > Custom CSS:
.single_add_to_cart_button{
background-image: url(http://dummy.xtemos.com/woodmart/wp-content/uploads/2017/06/newsletter-new.jpg?id=220) !important;
background-repeat: no-repeat !important;
}
Replace the URL with yours one.
Best Regards