Hello @klingbeil
Yes, of course. The plugin includes the “Customize Form Design” attribute in the “Form Settings” tab.
It is a CSS editor with syntax highlighting and error checking. The “Customize Form Design” attribute allows you to enter new style definitions to overwrite the existing ones in the plugin.
For example, if you want to modify the background color of buttons, you can enter the style definition:
#fbuilder .cff-button-field input{background:#dc3545 !important; border:0 !important;}
#fbuilder .cff-button-field input:hover{background:#6f0d16 !important;}The previous style modifies the appearance of the normal and mouseover states of buttons. Learn more about the form and fields components by reading the following blog post:
https://cff.dwbooster.com/blog/2020/01/12/form-design
However, if you want to apply the modifications to every form on your website instead of repeating the process on them, you can create a custom template and select it from the form settings:
https://cff.dwbooster.com/blog/2021/09/27/create-new-form-template
A custom template would allow you to make future modifications in only one place.
Best regards.
