Shopify themes, liquid, logos, and UX
Hello! I would love some help changing the color of an Add to Cart button in two different places on this website. Not sure if the CSS for this, so if someone has a quick snippet to share, I would love it.
For reference, it's these two page types:
https://heartandcore.com/collections/post-surgical-bras-1/products/serena-bra
https://heartandcore.com/pages/surgical-bras
Thank you!!
Solved! Go to the solution
This is an accepted solution.
you can use this css in your theme.css file to change the color
button.product-form__cart-submit.btn.btn--medium.btn--full.btn--secondary {
background: #e6bcca !important;
color: #fff !important;
}
This is an accepted solution.
you can use this css in your theme.css file to change the color
button.product-form__cart-submit.btn.btn--medium.btn--full.btn--secondary {
background: #e6bcca !important;
color: #fff !important;
}
Thank you!!
thanks for your support
Of course! 🙂 I have one other question you might know the answer to. My client wants to change the word "Checkout" to "Proceed to Secure Checkout", but I couldn't find an area in there to edit the button text itself. Any ideas on how to do this? Thank you.
Go to your online store -> click on 3 dots -> edit default theme content
then search for checkout and replace the text
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