PDA

View Full Version : I'm new and need to know how to customize background


bjkinzluvr
09-30-2008, 02:53 PM
I want to change the background color of my page (what's behind the forum style template) and also just how to add a graphic at the top. I've read the manual, but still can't find the file I need to edit. I know HTML and some CSS, so I can do it, but which file do I tweak? Please help. Thanks so much

Lynne
09-30-2008, 03:01 PM
See these pages in the manual - they should help with figuring out which CSS you need to change - Color Map Reference (http://www.vbulletin.com/docs/html/color_maps_intro)

The graphic at the top is usually the header template.

bjkinzluvr
09-30-2008, 03:26 PM
See these pages in the manual - they should help with figuring out which CSS you need to change - Color Map Reference (http://www.vbulletin.com/docs/html/color_maps_intro)

The graphic at the top is usually the header template.

Thank you. I'll check it out.

--------------- Added 1222792460 at 1222792460 ---------------

Ok. I looked and I understand the references in the Manual. But I still can't figure out what FILE I edit and where to find it. Thanks again.

Caseyjr86
09-30-2008, 04:27 PM
I think your looking for images/misc/vbulletin3_logo_white.gif, thats the default file location for the "banner". If you have a skin, it could be anything.

Lynne
09-30-2008, 04:45 PM
Here is part of the default header template:
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>

$stylevar[titleimage] is defined in Style Manager > find your style > StyleVars > Title Image