Changing quantity selector text colour on Dawn

Hi, I’m quite new to this so please bear with me!

I need to change to font colour to black for the text within the Quantity Selector on product page and in the basket. The font is currently white like the rest of my site, as is the quantity selector background. I can’t find an option to change this in theme settings (using Dawn). If anyone could help me on how to change this in the code I would be very appreciative! I’ve had a look online but nothing seems to be working for me.

Thanks in advance!

2 Likes

Hi @Kaleida1912

To change the number color inside the quantity, please use the code below.

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the base.css
  3. Paste the code below at the very bottom of the file.
input.quantity__input {
    color: #000;
}
1 Like

@Kaleida1912

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

Fantastic, that’s worked. Thank you for your help!

how would you change the - and + Color and Border color of the Button

Thanks,

1 Like

Hi @printfabrica

Please create another question for your query and provide the necessary information. Since not all shopify user have the same theme and solution might be different for you