Home › Forums › WoodMart support forum › How to change the add to cart button size on the product page ? › Reply To: How to change the add to cart button size on the product page ?
September 10, 2018 at 11:48 am
#76343
Elise Noromit
Member
Hello,
Button demo shows the Button elements of WP Bakery page builder. In order to change “Add to cart” button you will need custom CSS:
.product-image-summary .single_add_to_cart_button {
font-size: 13px;
line-height: 18px;
padding: 12px 60px;
}
Replace 60px in padding other value as per your needs and add this code to the Theme Settings > Custom CSS
Best Regards