Hi @baritono
I hope you are doing well.
I can see you could style your text now https://monosnap.com/file/2LcPSnZCiC5mNXRpZayq0eWHtAKbVT
We don’t have a specific setting for the HTML field but you can use a custom CSS by adding a custom class: https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#additional-css-classes
Best Regards
Patrick Freitas
Hi @wpmudevsupport12 , yes yesterday I managed to add the code but directly in the text, could you help me with the code for custom CSS?
Hi @baritono
If you add a custom class name (as explained in the doc shared by my colleague) to the field and remove custom CSS from the text, then you can set color for the HTML field text like this:
.myclass p {font-color:#CCCC;}
You’d need to replace .myclass with the class name that you set and CCC with your color and add that to the custom CSS of the form.
But the way you already set it is fine too and if it works there’s no need to change it in my opinion.
Kind regards,
Adam
Hi @baritono,
Since we haven’t heard from you for a while. I’ll mark this thread as resolved for now. Please feel free to re-open this thread if you need any further assistance.
Kind Regards
Nithin