Home Forums WoodMart support forum How to increase the size of the "add to cart" button?

How to increase the size of the "add to cart" button?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #308291

    polow
    Participant

    Hi.
    How can I increase the size of the “add to cart” button in WoodMart theme?

    #308322

    Hello,

    Please provide the page URL where you want to increase and how much, we will provide custom CSS.

    Best Regards

    #308343

    polow
    Participant

    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.

    #308405

    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

Viewing 4 posts - 1 through 4 (of 4 total)