• Hi everyone,

    I am “half-newby” with WordPress. I managed to customize quite a lot but there’s still one thing I really can’t find in the forum: changing text font color. And yet I find many posts about the color of header/footer, columns, etc. but not text inside the pages and posts.

    With this string I changed color in the home page circles:

    .hentry .thumbnail-title {
    color: black;
    }
    .site-footer {
    display: none;
    }

    With this one, columns’ color:

    .main-navigation a,
    .site-title a,
    .site-description,
    ::-webkit-input-placeholder,
    textarea,
    a:hover,
    a:focus,
    a:active,
    #colophon a:hover { color: #2a2b17; }

    What about the real text inside pages and posts?

    Thank you very much for your help.

    stefanopagnoncelli.com

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘changing text font color with CSS Manager – Spun Theme’ is closed to new replies.