Change color of columns


Author Message
Mr Mike

Posted: 4/19/2010
Quote message 

I have a 3 column layout and I'd like the two column on their side of the center column to be different colors. It would go purple, white, grey. I don't think I see a way to do this in the program though. Any help?
 
AlexVN

Posted: 4/22/2010
Quote message 

You can change sidebar color by adding the rule to template.css:

.art-sidebar1 { background-color: purple; }
.art-content { background-color: white; }
.art-sidebar2 { background-color: grey; }

Regards,
Alex