Topic: Simple background change? So many .css files!!

Okay, so I want to put the same background as on the main page, onto the forums.

Right now, I have this one the stylesheet for the index page:

body {
    background:        url('./images/bg-image.jpg');
    background-repeat: repeat-x;
    background-color:  #FFFFFF;
}

Where do I add or replace this code for the forums? I looked through the .css files, but I realized that I have no idea what I'm looking for, and it's just so much cross-linking and... help?

big_smile

-Tim

Re: Simple background change? So many .css files!!

All the info you're looking for is here:
"ForumRoot>style>imports>Templatename_cs.css"

It's the "body" tag. wink

Re: Simple background change? So many .css files!!

Oh, heh. For some reason, I was looking for a global css file, but I guess that'd be pretty dumb.

/shrug

Thanks!

-Tim

Re: Simple background change? So many .css files!!

You could make the changes to the punBB style sheets to meet your site needs, and make the punBB styles your site styles...  If thats what you meant by global css file (one for entire site).

Re: Simple background change? So many .css files!!

if you want to affect all styles use base.css