Shopify themes, liquid, logos, and UX
Return management just got easier! We’ve launched Customer Self-Serve Returns to all Shopify merchants. Click here to learn more!
I added a line of code that changed the "add to cart" button the color I wanted but it only worked on desktop not mobile. The add to cart button on mobile is still black and I would like to change it but cannot figure out how? The store URL is honeybeehygiene.store. Thank you in advance for any help!!!
Hi, @scarter99
You can try this code
1. Go to Online Store-> Theme->Edit code
2. Asset-> base.css ->paste the below code at the bottom of the file.
.product-form__submit {
background: ff00ff;
}
.product-form__submit::after {
box-shadow: unset;
}
User | RANK |
---|---|
135 | |
92 | |
77 | |
68 | |
44 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022