Tagged: CONTACT FORM, font, webfont
Hi,
I’m using a webfont (“Cera Pro”) for my whole website.
Seems to work, just my contact form is using a different font. I don’t know why …
Of course I want the contact form also using this webfont. Can you help me??
Hey PKoch,
are you talking about the input fields? if yes try this code inside of Quick CSS field:
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
font-family: "Cera Pro" !important;
}
Best regards,
Andy
thanks. it works!