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?
-Tim