Change ADD TO CART button colour dawn theme

Hi guys, any idea how I change this ‘add to cart button’ from transparent to black with white text?

URL: http://albertandkeefes.com

password: galoch

Thank you

1 Like

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your quick-add.css file and paste the following code at the bottom:

.quick-add .quick-add__submit {
    background-color: #000;
    color: #fff;
}
2 Likes

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.quick-add .quick-add__submit {
background-color: #000;
color: #fff;
}

3 Likes

Thank you!

Thank you. I want to change color too, but also height of the buttons and make them round. Is there a way to add these simple settings straight into the “theme settings”?