Hello!
I would like to increase the size of the field names in the contact form and also change to normal weight (not bold).
Hey onegirlrtw!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top label {
font-weight: normal;
font-size: 18px;
}
Cheers!
Yigit
Worked perfectly, thank you!