Tagged: CONTACT FORM
I want to change the font style to verdana.
How can i do that fot the contact form?
And i use the mailpoet newsletter form. How can i do the same here? …change the font to verdana?
And also make the * to the alternative theme color?
Thanks a lot!
Simon
Hey simonac!
Please post a link to your contact form and mailpoet page – we need to investigate the css code.
Cheers!
Peter
Hey!
Try adding this code to the Quick CSS:
form * {
font-family: "Verdana", sans-serif !important;
}
span.wysija-required {
color: #2e97d0 !important;
}
Cheers!
Josue
Hi Josue,
thanks for your help.
The color change of the * worked.
But the font did not change. weather in the contact form nor in the newsletter form.
Hi!
If you look closely, the font is Verdana:
Cheers!
Josue