Namespace background

Use this forum to ask questions about how to do things in GuMax skin.
Post Reply
User avatar
mlong212
Rank 0
Rank 0
Posts: 1
Joined: May 2nd, 2008, 4:45 pm

Namespace background

Post by mlong212 »

How do I control what the background color is for a custom namespace?
The article background shows up as color: f3f3ff of very close to.

I was able to make it white for the main page by goi to gumax_template.css and changing it to look like:

#content {
border: none;
background: ffffff; /* was transparent */

But that does not affect other namespaces.
Any help?
Thanks,
Matt
Attachments
custom namespace content area
custom namespace content area
bck.JPG (8.04 KiB) Viewed 1784 times
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Namespace background

Post by Paul »

Add your own tag in GuMax.php, then change the color in CSS through your own tag.
Post Reply