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,
- In your Shopify Admin go to online store > themes > actions > edit code
- 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