Dawn theme - change the contact form text color

I am currently using the Dawn theme, with a white background. I want to keep white the text for the header and the footer but when i go to the contact us form, the form just dissapear, then when i change the text color to black, the form its visible again but the header and footer text are back to black, I need to change the color of those words just on this page. Hope you guys can help me to find the solution for this one!

1 Like

Hello There,

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

1 Like

Hello,

This is the URL: https://skinangel.store/pages/contact?contact_posted=true#ContactForm

PW: password

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
form#ContactForm { color: #000;}
form#ContactForm .field__label { color: #000;}
form#ContactForm .field__input{ color: #000; box-shadow: 0 0 0 0.1rem #000 !important;}
1 Like

Hi!

I didnt find the Asset>theme.css but i did paste in Asset>section-contact-form.css and worked perfectly!

Thank you very much!

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.

1 Like

Hey! its me again. Im sorry to bother you again but im facing the same “problem” but this time in the cart page. Once again, text dessapears when i set them to white, i guess i have to add another code on the css but i dont really know what exact code. Really appreciate your help.