Viewing 2 replies - 1 through 2 (of 2 total)
  • If you look in your style.css file (around line 553 per FireBug) you will see:

    #sidebar {
      background:#F7F7F7 url(img/sidebar_shadow.gif) repeat-x scroll center top;
    }

    The basic background color is being defined by the #F7F7F7 with the top part of the sidebar using the graphic “sidebar_shadow.gif”

    You may be able to change the the “background” line to simply read:

    background: #FFFFFF;

    That will create an all white background for the sidebar. Hope that gets you looking in the direction you wanted.

    Thread Starter Scarinci32

    (@scarinci32)

    That worked. Thanks!

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