Shape 5

Joomla Templates => Sportopolis - Club => : jmassre1 July 14, 2009, 06:30:44 PM



: Change the background color on article pages?
: jmassre1 July 14, 2009, 06:30:44 PM
Is there any way to change the color of the background color for the articles? The default is a white background with black text, but I wanted to change it to a black background with green text.


: Re: Change the background color on article pages?
: mikek July 15, 2009, 09:11:50 AM
It might be a little tricky to get it to look right but you would need to add the following to the bottom of your template_css.css file:

table.contentpaneopen {
background:#0000FF;
color:#DDDDDD;
}

Just replace the color codes with the color you wish.