Change Left Sidebar Background Color
phreakk
Joined: 2005-02-12
Posts: 3 |
Posted: Sat, 2005-02-12 18:52 |
How can I Change the side bar on the left's background color? I can't figure out which tpl would have this code in it. |
|
Posts: 8601
i think it's themes/matrix/styles/theme.css
Posts: 84
Been looking at the css code for the backgroud colour of the sidebar myself, but what bit in particular to you need to edit as want to do the same?
Posts: 358
If i'm understanding what u are looking for, I think you want to find this block (about line 118) and add a background-color tag... the sample turns it a bright red:
#gsSidebar {
border-right-width: 1px;
background-color: #FF0000;
width: 175px;
overflow: hidden;
}