Viewing 1 replies (of 1 total)
  • Hi Donna. Try adding this to your custom CSS:

    /* post title yellow */
    .post .post-title, .post .post-title a {
        color: #ff0;
    }
    /* post content yellow */
    .post .entry p {
        color: #ff0;
    }

    Change the hex value colors as desired.

Viewing 1 replies (of 1 total)
  • The topic ‘Change format / Color of Links, text, headings’ is closed to new replies.