Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
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;
}
This is an accepted solution.
.quick-add .quick-add__submit {
background-color: #000;
color: #fff;
}
This is an accepted solution.
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;
}
Thank you!
This is an accepted solution.
.quick-add .quick-add__submit {
background-color: #000;
color: #fff;
}
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"?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025