• I’m trying to darken the font color. I’ve read the previous posts about inserting html into the child theme style.css but nothing is working for me.

    Here’s what I’ve tried so far:

    .entry.excerpt p {
    color: #000000;
    }

    .entry { color: #000000; }
    .entry.excerpt { color: #000000; }

    Neither have worked. Any help would be appreciated.

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to darken font throughout theme’ is closed to new replies.