I’d like to get the ‘buy now’ (add to cart button) filled rather than being outlined (as sketched on the attached image).
My website is https://ortho-cushion.com/products/back-relief-lumbar-pillow
I am using Dawn theme.
Please tell me what I need to do to get this result.
Thank you
Hi,
Please go to theme.css and paste this code:
.product-form__submit {
background-color: blue;
color: white;
}
Change background colour to whatever you want & color will change the colour of a text.
@BraxtonEcom
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
.product-form__submit {
background-color: #004aac;
color: #fff;
}
2 Likes
Hi @BraxtonEcom
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.product-form__submit {
background-color: #004aac;
color: #fff;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
Thanks for sharing. I’m also facing this issue.