Changing Color of Add to Cart Button

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!!

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! :slightly_smiling_face: 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