Home › Forums › WoodMart support forum › Customize the “add to cart” button › Reply To: Customize the “add to cart” button
March 28, 2024 at 3:41 pm
#553114
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
.wd-add-btn-replace .add-to-cart-loop span {
font-size: 12px;
justify-content: left !important;
}
Best Regards.