Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14497
    tnotty
    Member

    Is it possible to make the side bars have a coloured background like the mock-up below:

     photo ScreenShot2013-09-13at133933.png

    #14504
    tnotty
    Member

    I have now solved this by adding the custom CSS:

    #secondary .widget { background-color: #047832; border: 1px solid #e6e6e6; padding: 20px; padding: 2rem; }

    Just need to change the text colour to white?

    #14512
    Sakin
    Keymaster

    @tnotty: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For Sidebar Widget Title */
    #secondary .widget-title {
        color: #fff;
    }
    /* For Sidebar Widget Text */
    #secondary .widget { 
        color: #fff;
    }
    /* For Sidebar Widget Link color */
    #secondary .widget-area .widget a {
        color: #fff;;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Side bar coloured background’ is closed to new replies.