I have a couple of questions if you can help answering:
How can I change the font size in the contact form – labels and input fields?
How can I minimize the “white” space between labels and input fields (above and bellow)?
How can I change the font size and hover background color of send button?
Hey Sasolini!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top label { font-size: 16px; }
p.form_element { margin: 0; }
.avia_ajax_form .button { font-size: 16px; }
.main_color input[type='submit']:hover { background-color: orange; }
Best regards,
Yigit
Thank you Yigit.
I was wondering if i can change the size of input text as well?
Hey!
Please add following code to Quick CSS as well
input, textarea {
font-size: 16px!important;
}
Cheers!
Yigit
Thank you, just what i needed.