Hi – could you tell me how I can increase the font size of the text next to each check box in Gravity Forms please?
Thanks!
Hi kathrynmichaud!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.gfield_checkbox label {
font-size: 16px!important;
}
Cheers!
Yigit
Perfect – thank you!