I use HTML blocks for my text fields. I do this so I can also use CSS in the same block if I ever need to. For instance, if I want bullet points I need to add CSS to create them.
Anyway, while the body text is as I specify in my theme, I create different colored titles using HTML. This piece of code is what I use. You'll have to change the font-family to what you use, as well as the color and size.
Comments
Anyway, while the body text is as I specify in my theme, I create different colored titles using HTML. This piece of code is what I use. You'll have to change the font-family to what you use, as well as the color and size.
You can see a sample in use on this page in the body text.
And just in case you do need to use bullet points...