Text in color in NewspaperX?

I just got your newspaperx theme, and, being a complete amateur, I’ve got some major figuring out to do! I don’t see a way to make text in color in my blog/pages (only a colored block quote) is this correct, or am I missing something?

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the font color used in the blog by going to Appearance > Customize > Additional CSS and pasting it there.


/*Blog font color*/
article.post p {
    color: black;
}

Best Regards,
Support

Thanks for your swift answer, but I didn’t want to change the text color completely, I was just looking in the editor for the possibility to put a word of part of my text in color… (a button like b or i)

Hello there,

Thanks for clarifying.

The default text editor does have the option to do that but you need to use the visual editor and use the tool bar toggle to enable the advanced bar and a font color option would be available there.

Please have a look at the following link that explains how to use the editor

Best Regards,
Support