The Columnist Theme customisation

  • Unknown's avatar

    I need to change the white and light gray boxes into black, as well as the text from black to white.
    I have already changed the background colour to black, that was easy, but what do I do when it comes to CSS?
    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, this should do it for you.

    body, button, input, select, textarea, #feed-wrap a, #feed-wrap .more, .main-navigation a, .site-footer .site-info a {
        color: #FFFFFF;
    }
    
    .site-footer, #main:before, #left-col, #content {
        background: none repeat scroll 0 0 #000000;
    }
  • The topic ‘The Columnist Theme customisation’ is closed to new replies.