Forums
Home / Theme: Hueman / Font colour
(@rugbylad)
9 years ago
Anyone know how to change the font colour in posts?
(@bdbrown)
Hi rugbylad. Try adding the following CSS to a child theme style.css file or a plugin like Simple CSS or Simple Custom CSS:
/* change post font color to red */ .single .post .entry { color: #f00; }