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
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
Follow these steps:
Go to Online Store → Theme → Edit code
Open your quick-add.css file and paste the following code at the bottom:
.quick-add .quick-add__submit {
background-color: #000;
color: #fff;
}
Hello There,
.quick-add .quick-add__submit {
background-color: #000;
color: #fff;
}
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”?