Hi,
I have another question:
how can I customize the color of the font that is used to write the captions Name, E-mail; so not the input itself but the captions of the text fields.
thx in advance!
Hey derustzelve!
Please add following code to Quick CSS
#top label {
color: white;
}
Regards,
Yigit
perfect, thanks