Hello @loppisinorge
Thank you very much for using our plugin.
You can make the fields larger by selecting the “large” option for the “Field Size” attribute in the fields’ settings.
For customizing the fields’ design, the plugin includes a CSS editor in the “Form Setting” tab. For example, if you want to make the fields’ labels in bold, you can enter the style definition below through the “Customize Form Design” attribute in the “Form Settings” tab (https://resources.developers4web.com/cff/images/documentation/form-settings-tab.png):
#fbuilder .fields>label{font-weight:bold !important;}
And to make the entry boxes in bold:
#fbuilder .fields input,
#fbuilder .fields select,
#fbuilder .fields textarea{font-weight:bold !important;}
Please, read the following post in the plugin’s blog:
https://cff.dwbooster.com/blog/2020/01/12/form-design
Best regards.
“Large”, is to small. Is there any CSS code that can make them wider?
Hello @loppisinorge
The “large” option applies a 100% to the fields width.
Best regards.