Shape 5

Joomla Templates => Basics - Club => : abouman February 22, 2010, 02:22:35 PM



: Change background color of an article
: abouman February 22, 2010, 02:22:35 PM
How can I change de bgcolor of all my articles. I've tried several setting in template.css and light.css but I didn't found the right one yet.

TIA

Arno


: Re: Change background color of an article
: mikek February 23, 2010, 09:25:09 AM
Hello, you can add the following to the bottom of the template.css file:

.contentpaneopen {
background:#dedede;
}

But that will just put it on the actual article itself.