Tagged: gravity forms
Hey guys
Can you help me with the CSS code to make the section titles font size bigger? The default size is too small and not very visible on mobile layout.
Here’s what I mean
Hi hackoffseries!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.gform_body label {
font-size: 16px!important;
}
Regards,
Yigit
Working now. Thank you!