[ad_1]
Hello @janxsch
Thank you very much for using our plugin.
If you want to modify the text colors of the input tags, you can use the style definition:
#fbuilder input{color:black !important;}I assigned black color, you can use the preferred one.
To change the color of Dropdown fields:
#fbuilder select{color:black !important;}For textareas:
#fbuilder textarea{color:black !important;}Or to modify all of them at once:
#fbuilder input,
#fbuilder select,
#fbuilder textarea{color:black !important;}Best regards.
