Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: Bartrainer on March 27, 2004, 02:33:44 PM

Title: where is the category bgcolor in the template.
Post by: Bartrainer on March 27, 2004, 02:33:44 PM
I've pretty much changed what i want to change in the templat for my forums. But i can't find where the category name backgrounds are. Like where it says "Pages 1...234...5" the background for that. Or the background color for the part where it shows the forums category.

Thank for the help.
Title: Re: where is the category bgcolor in the template.
Post by: morph on March 27, 2004, 02:36:30 PM
index.template.php.. near the top you will see .catbg in style tags, thats where it is.

Hopefully you know css. If not, i'll help you.
Title: Re: where is the category bgcolor in the template.
Post by: Bartrainer on March 27, 2004, 03:15:50 PM
can i take this code out of it?

background: #006600 url(', $settings['theme_url'], '/images/titleback.gif);
Title: Re: where is the category bgcolor in the template.
Post by: Bartrainer on March 27, 2004, 03:31:30 PM
nvm, thanks a lot i got just how i wanted it. :)