Hi there
Can you tell me where in the theme I can find the settings for form colours please. I want the text that is currently showing in grey i.e. name, e-mail address and consent tick-box to be white.
Many thanks
Hey Picante,
Thanks for giving us the link to your site.
You can change it in Enfold > General Styling > Main Content (tab) > Main Content font color.
Just change the color there and it should affect the color of those labels.
Hope it helps :)
Best regards,
Nikko
I don’t want to change the main content – just the text headings in forms.
Hi Picante,
Okay, please add this css code in Quick CSS (located in Enfold > General Styling):
#top label {
color: white;
}
just change the color value to any color that you see fit.
Hope this helps :)
Best regards,
Nikko
Great – thanks that’s worked! Where do I change the colour of the “input required” asterisk * though?
Thanks
Hi,
Add this to quick css:
.main_color .required{
color:#fff!important;
}
Best regards,
Jordan Shannon
Great – thank you!
Hi Picante,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria