How can I alter the cart note text color in Mr Parker theme?

Help! How do I change the font color inside the cart note text box? The box is white and the text is white too. I only want to change the text color on this specific area without affecting the text color on any other part of the website. I am using the Mr Parker theme.

Hello There,

Please share your store URL and Screenshot.
So that I will check and let you know the exact solution here.

hello @CConquest

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

I actually got it figured out, thanks! I reached out to Shopify theme support via e-mailed and Jason helped me with the solution.

This was his response (for anyone else who has this issue for their Mr Parker theme!):

You can add below code to the bottom of your stylesheet.css which can be found in your Admin click on Online store > Themes > Actions and choose Edit Code and then the file is under “Assets”.

input[type=email], input[type=password], input[type=text], select, textarea {

color:black !important;

}