Tagged: Font-color, form fields
Hello,
I am having difficulty changing the font colour for the text fields on the contact form, they are currently grey and I would like the input text to be white to increase readability.
Thanks for the help.
Hi japk!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .main_color input[type='text'] { color: white; }
Cheers!
Yigit
Thank you!