Shopify themes, liquid, logos, and UX
Sense theme
The add to cart buttons on the collection pages are different than on the product pages. It's not very smart.
Is there an easy way to make the outline add to cart buttons on the collection pages solid color? Also, being able to change text color on the button.
Solved! Go to the solution
This is an accepted solution.
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css or theme.css
.quick-add__submit {
background-color: #edffa7 !important;
color: #000 !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hello @medusasmakeup
Please add this css Asset > base.css and paste this at the bottom of the file:-
.quick-add__submit {
background-color: #edffa7;
color: #000;
--color-button-text: unset!important;
}
Hi @medusasmakeup ,
Would you mind to share your URL website
This is an accepted solution.
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css or theme.css
.quick-add__submit {
background-color: #edffa7 !important;
color: #000 !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Thank you! Exactly what I needed!
This worked for me too on the Collection pages. If I wanted to do the same thing on the product pages for the add to cart buttons, can I use the same code on the product pages? and is there 1 spot I can edit them all, versus having to edit on each product template I have? Thanks!!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024