How to change the color of the font in html blocks

Hi Guys,

Require some help from the community. I have problems locating the way to change the font color of the content inside the html blocks (default is grey), as such the color doesn’t blend in nicely in accordance with the rest of the fields. Attached is the screenshot of the problem:

Much appreciated!

You can wrap your content and apply inline styles. I usually do something like the following…

<div style="color: black; font-size: 92%;">CONTENT <strong>HERE</strong></div>
1 Like

Thanks! As I am new to gravity form and CSS, if possible, can you kindly provide the whole string of the wrapper code for me to place it under addtional CSS, thanks much!

I would actually wrap my content from the Custom HTML field in this tag. No need to add CSS elsewhere.

1 Like