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.
----

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Sat, 2005-02-12 22:18

i think it's themes/matrix/styles/theme.css

 
polopaul69
polopaul69's picture

Joined: 2007-01-12
Posts: 84
Posted: Sun, 2007-02-04 03:42

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?

 
talmdal

Joined: 2006-12-06
Posts: 358
Posted: Sun, 2007-02-04 07:27

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;
}