Shopify themes, liquid, logos, and UX
Been trying to change this button from red background with white text to a white background with black text for the past few hours but have had no luck. Using the "Dawn" theme if that info is needed. Please help!
Solved! Go to the solution
This is an accepted solution.
Hi there,
This CSS should work. Please add this to the base.css theme file 🙂
@media screen and (max-width: 760px) {
.cart-items .cart-quantity .quantity__input {
background: white !important;
color: black !important;
}
}
Thanks,
Shubham | Untechnickle
Helping for free: hello@untechnickle.com
Don't forget to say thanks, it'll make my day - just send me an email!
Get Revize for Free | Let your shoppers edit orders post-purchase | Get Zero Support Tickets | #1 Order Editing + Upsell App
Hello @jaggertherebel
Our team is ready to help you.
Please share your website URL so that we can check and assist you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Thanks. clothes4rebels.com - password to access the website is "rebels24"
Your site is password protected, please share it so I can check for you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
---------------------
Hi @jaggertherebel
can you share the URL of the store?
------------------
This is an accepted solution.
Hi there,
This CSS should work. Please add this to the base.css theme file 🙂
@media screen and (max-width: 760px) {
.cart-items .cart-quantity .quantity__input {
background: white !important;
color: black !important;
}
}
Thanks,
Shubham | Untechnickle
Helping for free: hello@untechnickle.com
Don't forget to say thanks, it'll make my day - just send me an email!
Get Revize for Free | Let your shoppers edit orders post-purchase | Get Zero Support Tickets | #1 Order Editing + Upsell App
Thanks so much you're a legend!
Use below css.
@media only screen and (max-width: 600px) {
.quantity__input {
color: #000000 !important;
background-color: #ffffff !important;
}
}
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025