To change the background color of the quantity box on your Shopify store, you can follow these steps:
Access the theme editor: In your Shopify admin, go to Online Store > Themes. Click the Actions button for your current theme and select Edit code.
Locate the CSS file: In the theme editor, look for a file called “theme.scss.liquid” or “style.scss.liquid”. This is the file that controls the styling for your store.
Add the CSS code: Scroll down to the bottom of the file and add the following CSS code:
.qty { background: #fff; }
Save the changes: Click the Save button to apply the changes.
Please note that the exact steps and the name of the CSS file may vary depending on the theme you are using. If you are unable to locate the file or are having difficulty making the changes, you may want to reach out to the theme developer or a Shopify expert for assistance.