Just when I thought all of the bugs have been fixed, I have found that the order notes section in the cart view page is black not white. Also the quantity button is Black not white and the - + buttons be black not orange any help on changing the code would be great.
I have included a screenshot and circled in red the problem areas.
To fix the issue with the order notes section and the quantity buttons being black instead of white on the cart view page in your Shopify store, you can follow these steps:
Go to the “Online store” section of your Shopify admin and click on “Themes.”
Click on the “Actions” button next to the theme you are using and select “Edit code.”
In the “Layout” directory, look for the file named “theme.liquid.” This is the main template file for your theme, and it controls the overall layout and appearance of your store.
Scroll down to the section of the file and add the following code:
Save your changes and publish the theme. The order notes section and the quantity buttons should now be white on the cart view page.
I hope this helps! Let me know if you have any questions or need further assistance.