Re: quantity selector button is blank

Why is my quantity selector button showing blank on my website?

nihal66
Visitor
1 0 0

my quantity selector button is blank .this is my website https://snugglyshoppe.com/products/mangaradiance-art please solve this

Replies 3 (3)

ZenoPageBuilder
Shopify Partner
1052 203 223

Hello @nihal66 👋

In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

.product__info-wrapper button.quantity__button,
.product__info-wrapper quantity-input.quantity input {
    color: #000 !important;
}

The result

Screenshot 2023-11-10 at 15.18.12.png

Hope that helps!

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com

Dan-From-Ryviu
Shopify Partner
9145 1829 1864

Hi @nihal66 

Please go to your Online store > Themes > Edit code > Assets > open base.css file, go to very bottom of this file, remove this code to solve this issue 

 

.product__info-wrapper  button.quantity__button, .product__info-wrapper quantity-input.quantity input {
    color: #fff !important;
}

Screenshot 2023-11-10 at 15.37.21.png

- Helpful? Like and Accept solution! ‌Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Spac-es
Shopify Partner
390 112 140

Go into your store code and look for a file called base.css. Near the end you will find the following code:

.product__info-wrapper  button.quantity__button, .product__info-wrapper quantity-input.quantity input {
    color: #fff !important;
}

 

Delete it, now the quantity selector will look correctly.

 

Captura de pantalla 2023-11-11 005257.png

 

Any donation is welcome! https://www.buymeacoffee.com/spacescoffee Thanks in advance!