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 ?

#76343

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