Change the color of a specific word. (Hero block, header text)

I want to change the color of only a specific word within the header title of a hero block. I want to change the color of “Coaches” in the attached example.

Can anyone point me toward the custom code needed to do that?

Thanks!

You don’t need custom code for this. You can type HTML into the title field. For example:

In case it’s hard to read, the HTML I used was:

The <span style="color:green">simpler</span> way to sell
2 Likes

Amazing, thanks for your help David!