Hi.
I’ve managed to change all the colours of the contact form in quick css but can’t change the input font colour. It’s white on white at the moment so I’d like to change the text colour to black. Hope you can help. Thanks.
Hey evreergun,
I can see white on black background on my end, if you need to target the text colour then you should be able to do it with this CSS:
#top .main_color input[type='text'] {
color:#ccc;
}
Best regards,
Rikard
Thanks Rikard!