Tagged: styling
I have a contact form live and i want it to use the same font style.
right now its a different one.
My goal is to have the same font style as the body text of the page, like above.
Hi rolfroyce!
Do you mean you want the placeholder text to be white with a green background as well?
Cheers!
Elliott
Hi Elliott, no i just want to have the same font – its a different one right now.
the background color / font color is ok.
thanks
Hey!
Try adding this code to the Quick CSS:
#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 input[type="submit"], #top textarea, #top select{
font-family: "Lora", serif;
}
Cheers!
Josue
thank you, this worked.
I have the impression that for some elements the defined font in enfold settings is not applied.
Why is that?
like contactform, portfolio headlnes etc.?
thx!
Hey!
Did you check the font style in Enfold Option > Advanced Styling > Select an element ? This will not work if you have added custom styles. Please remove all custom styles and try.
Also on the contact form you are not using a heading it is a paragraph text in place of the heading. Change the paragraph text to heading and it should all work fine.
Cheers!
Vinay