changing color of text articles
-
Hi there,
I need to change the color of the body of the articles.
I don’t like total black but I would like to use a dark grey. Some one can help me please?
Thank you very much
Best
S
The blog I need help with is: (visible only to logged in users)
-
Hi S, you can change the color for all of the body with this:
body { color: #333; }That would affect all text on the site that uses the default black.
If you only want to affect entry text, use this instead:
.entry-content { color: #333; }Please change the color code as you like. I’d recommend picking something more obvious at first, to ensure you’ve targeted the correct text, then adjust it to the color you really want.
Hoping this helps!
- The topic ‘changing color of text articles’ is closed to new replies.