How to modify the background color of the shopping cart quantity box.

The quantity box is completely covered in black on the cart and products page. Who can help me? My website is yonget.com the enter password is theont. Thank you.

Hi @Yongjet

Could you share your store URL to check?

Sure.

https://yongjet.com/cart

Thank you.

Hi @Yongjet , your store has password protected.

Hi,

My website is yonget.com the enter password is theont. Thank you.

Please add this CSS code at the bottom of your base.css file in Online store > Themes > Edit code > Assets

.quantity__button, 
.quantity__input { 
background-color: #fff !important; 
opacity: 1 !important;
}

It works. Thank you.