• Resolved kochimpulz

    (@kochimpulz)


    Hello. How to make the button “add to Cart” bigger and full width? Same as the paypal Express checkout which is below of that button.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @kochimpulz!

    You can use the following CSS code:

    .woocommerce div.product form.cart .button {
    width: 100%;
    height: 20px;
    }

    Remember to change the values to suit your needs, and add the CSS to the “Additional CSS” section found in your customizer

    Cheers!

    Thread Starter kochimpulz

    (@kochimpulz)

    Thank you. And how to change the colour of this button additionally?

    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @kochimpulz!

    .woocommerce div.product form.cart .button {
    background-color: #fff;
    }

    Just change it to your color

    Cheers!

    hello, can you confirm that it works with all themes ? thank you so much !

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Button bigger’ is closed to new replies.