Jump to content

[ Solved] How to change colours of columns


Recommended Posts

Good morning,

 

Using PS 1.4.7

 

A quick and easy question for all you clever people out there

 

In global.css where will I find the place to change the colour of the left, central and right columns.

 

I am using the default 1.4.7 theme.

 

Your help, as always, is greatly appreciated

 

Paul

Edited by perfumeskunk (see edit history)
Link to comment
Share on other sites

Good morning,

 

Using PS 1.4.7

 

A quick and easy question for all you clever people out there

 

In global.css where will I find the place to change the colour of the left, central and right columns.

 

I am using the default 1.4.7 theme.

 

Your help, as always, is greatly appreciated

 

Paul

 

 

#left_column {
clear: left;
width: 191px;
margin-right: 21px;
overflow: hidden;
background: red;
}

#center_column {
width: 556px;
margin: 0 0 30px 0;
overflow: hidden;
background: blue;
}
#right_column {
width: 191px;
margin-left: 21px;
overflow: hidden;
background: yellow;
}

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...