Home Forums WoodMart support forum Product page customize add to cart button etc

Product page customize add to cart button etc

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #348021

    cstudio
    Participant

    I want to enlarge the “Add to cart” button.
    I want to remove the “item qty” part.

    How can I do it?

    #348098

    Luke Nielsen
    Keymaster

    Hello,

    It can be done with the help of the custom CSS code so just paste the below code to the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .single-product .quantity {
        display: none;
    }
    
    .single_add_to_cart_button {
       width: 100%;
       max-width: 329px;
    }

    If you want bigger width for the button then increase the max-width value.

    If there’s anything else we can do, please get in touch.

    Kind Regards

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