Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
How do I only make this button a full black and white button instead of outlined?
I recently changed my add-to-cart button to transparent with a black outline but it seemed to have change all my store's buttons to that
Is there a way where I can change only my home page's 'SHOP THE COLLECTION' to a full black and white button? Thanks!
Store link: www.revailco.com
Hii, @Revail
Paste this code on top of the theme.scss file.
a.btn.btn--primary.hero__btn {
background-color: black !important;
color: white !important;
}
Thank You.