Hello @dominiks8318
I’m sorry that our plugin doesn’t meet your expectations, but there’s no need to be offensive.
The plugin includes different alternatives to customize the form and fields appearance. Each field includes the “Advanced Settings” in tab in its settings that allow you to enter the CSS rules to apply the fields components (label, input tags, instructions for users, and others). For example, if you want to make a field’s label blue, you should select the field in the form, activate the “Advanced Settings” tab, and enter the CSS rule “color” with value “blue”:
https://resources.developers4web.com/cff/tmp/2024/06/07/brave_L2UkaPR7yL.png
Additionally, the plugin includes the “Customize Form Design” attribute in the “Form Settings” tab. It is a CSS editor with syntax highlighting and error checking and allows you to customize the design of multiple fields at once, or as you want, the color of the form title. Please click on the “Form Settings” tab, and enter the following style definition in the “Customize Form Design” attribute:
#fbuilder .cff-form-title{color: blue !important;}
Or if you want to modify all fields labels at once:
#fbuilder .fields>label{color: blue !important;}
Note I used the !important; modifier with the CSS rules to increase their precedence and avoid other CSS rules on the page affecting your custom styles.
Learn more about customizing the form design by reading the following blog post:
https://cff.dwbooster.com/blog/2020/01/12/form-design
Best regards.
-
This reply was modified 4 months, 2 weeks ago by codepeople.