PJ2006 Posted February 12, 2008 Posted February 12, 2008 I'm trying to change the look of the boxes in the left column and the new products box etc. I want a black top, black thin border and white box header. I have got the white text - I have mainly black background but still have some grey. I cannot work out the border bit - I have a large grey border on the left and nothing anywhere else. I've worked through the css description in the help section but can't identify where to make these changes - can anyone help? Thanks
krnl Posted February 12, 2008 Posted February 12, 2008 The infobox border color is controlled by the background defined in the following CSS class: .infoBox { # background: #b6b7cb; background: #660000; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.