• Resolved Ren

    (@scruffyxduck)


    I can not for the life of me figure out how to change the font colour in the CSS for the sidebars, the post or the excerpts. Any help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    The sidebar:

    
    .widget { color: #777; }
    .widget a { color: #777; }
    .widget a:hover { color: #222; }
    

    The excerpt:

    
    .post-grid .entry,
    .post-list .entry { color: #999; }
    

    The posts:

    
    body { color: #444; }
    
    Thread Starter Ren

    (@scruffyxduck)

    thanks, made it all 000 so it’s actually readable!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font Colour’ is closed to new replies.