How to increase the size of the "add to cart" button?
-
Hi.
How can I increase the size of the “add to cart” button in WoodMart theme?
Hello,
Please provide the page URL where you want to increase and how much, we will provide custom CSS.
Best Regards
Hello Elise.
I would like to increase the size of the button about 25%.
The website link was provided in the private field of this answer.
Thank you very much.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.single-product button.single_add_to_cart_button.button.alt {
padding: 10px 39px;
font-size: 12px;
}
This code for the single product page, you can increase or decrease 39px as per your needs.
Best Regards