Hello @bellhogar
Thank you very much for using our plugin. The CSS rule for controlling the text color is color
If you want to modify the text color in the input box of a specific field:
1. Assign a custom class name to the field, for example, my-green-field
You can assign class names to the fields through their attributes: “Add CSS Layout Keywords.”
2. 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 .my-green-field input{color:green !important;}
More information about the fields components and how to modify their appearance by visiting the following link to the plugin’s blog:
https://cff.dwbooster.com/blog/2020/01/12/form-design
Best regards.