Paulito Posted October 12, 2012 Share Posted October 12, 2012 (edited) 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 October 12, 2012 by perfumeskunk (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 12, 2012 Share Posted October 12, 2012 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; } 1 Link to comment Share on other sites More sharing options...
Paulito Posted October 12, 2012 Author Share Posted October 12, 2012 Good morning Thank you so much vekia, roughly what line number should I be looking Paul Link to comment Share on other sites More sharing options...
vekia Posted October 12, 2012 Share Posted October 12, 2012 Good morning Thank you so much vekia, roughly what line number should I be looking Paul #left_column in 232 line in global.css #center_column in 238 line in global.css #right_column in 256 line in global.css 2 Link to comment Share on other sites More sharing options...
Paulito Posted October 12, 2012 Author Share Posted October 12, 2012 Good morning, Thank you so much Paul Link to comment Share on other sites More sharing options...
Recommended Posts