Sorry. To be more specific, I’m looking to change the font color for the text within blog posts. Thanks.
Try:
.entry { color: red; }
For home/archive/search excerpt:
.entry.excerpt { color: blue; }
(And these would be placed in a custom css field, either via child theme or a plugin)
I see a custom.css in the Hueman theme. I added this line to it but none of the text is changing color:
.entry { color: black; font-size: 18px; line-height: 1.6em; }
I just want to change the text/font color in all posts so that it’s darker – it’s much too difficult to read right now (light gray text on white background).
Install child theme as provided in Help:
Appearance > Theme Options > Help Dropdown > Download Hueman sample child theme > Upload hueman-child-master.zip as new theme > Activate
Appearance > Editor > edit style.css > insert this and save
.entry { color: black; }
.entry.excerpt { color: black; }
Don’t forget to tick Enable Custom Stylesheet in Theme Options
I also am having a problem reading the text on the home page and in captions because it is so light gray. Is there any way to change it to a darker color without knowing code? I don’t know CSS. Thanks!
Awesome – works a treat 🙂
I have the same problem… may be soon an update for Humean Theme with news functions ?