PDA

View Full Version : Changing .page background


Feanor_87
01-28-2010, 11:20 PM
Hey, I'm customizing a page on my forum and I was hoping I could get some help. I've managed to change the background for a single forum (Like Showgroups for example) using

<body style="background: #1d2e40 ">

How would I go about changing the background page? I tried changing "background" to ".page" but that didn't work, so I'm guessing I'm going at it the wrong way.

Which tags do I need in order to change the page background?

Digital Jedi
01-29-2010, 06:13 AM
.page is a CSS class. You wouldn't replace an HTML tag with a CSS class name. Are you trying to change individual sections to different colors for some reason? Because the background to your forum can be changed globally, and very easily, from the Style Manager's Main CSS options.

Feanor_87
01-29-2010, 08:00 PM
Yeah, individual sections into different colors. I managed to do the background with the code above, but I can't do it for the page background.

Digital Jedi
01-30-2010, 06:33 PM
That's because the whole forum uses one CSS class for all backgrounds. You'd need to somehow remove that class from all you pages before you could define a new one per page. You can probably do that by blanking out on the fields for .page in your CSS options.