How can I change the color of quantity select buttons on my website?

Hi,

I’m trying to change the colour of the quantity select buttons (+/-) to black as my theme has body text white and this also includes the buttons. Id like them to be black.

Thanks,
JS

For that, I need to analyze your website and then I can provide any solution over here.

So Please provide website URL and if your store is password protected then also provide password

Hello,
Please share your site url.
So that I can check and let you know the exact solution here.

Hello,

My store URL is - breninbeard.co.uk
PW is - blewsk

Please place this code at the end of theme.scss

.js-qty__adjust .icon {
fill: #000000 !important;
}

Amazing, Thank you!

@JS_Kes Thank you for the update.