Hi! I’m having an issue with the color of the quantity text in the cart drawer/page section. It shows black text on a black background and I need the text to be white. Would also love when you hover over the + or - box, that the + or - text would turn to black instead of white on white, but the main issue is the quantity text.
Any help would be appreciated, thank you!
my website is www.shopblacksalt.com
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.ajax-cart__cart-items .grid__wrapper .ajax-cart__item-qty .ajax-cart__item-quantity .ajax-cart__qty-input{
color: #ffffff !important;
}
Thank you for your reply! I am not seeing a theme.css in my assets. Not sure if it’s because my theme has sections? Here are the options in the Assets category.
thank you!
please add this in theme.liquid file between and in the end of file shown below
http://prnt.sc/10q4o1c
Thank you so much for your help!
Hello,
I tried your advice but it didn’t work for me. Since I need the font to be black I just changed the code to #0d0d0d but it didn’t work. Also, mys section looks different because there is other text in mine. I would appreciate any help!
See pictures below.