Viewing 1 replies (of 1 total)
  • Easy peasy.

    You have a sidebar div, ( #sidebar)but unfortunately, adding a backround color to that won’t give you a complete column; only color the sidebar div as far down as it is populated with content:
    View Sample>>

    What needs to be done is adding a new background image (there is none currently) to you blogs main content area div, then style it with css thus:

    .main_inner {
        background-image: url("http://wordpresshosting.us.com/support-files/datasafexl_bg.jpg");
    background-repeat: repeat-y;
        padding-top: 60px;
    }

    View Background Image Being Used>>

    View Page with New Background>>

Viewing 1 replies (of 1 total)
  • The topic ‘Changing Sidebar Color CSS’ is closed to new replies.