Header

Goober

New Arrival
Joined
Sep 17, 2008
Messages
14
Reaction score
0
FP$
6
How do I put my own header on my forum?
Right now I'm using some other style for the BG/Header and I would like to put my own.

What I mean:
Like this site has "Forum Promotion" as the header at the top of the site.
I ould like to put my own header like that for my site just in my own picture/name of my forum.

Any Ideas?
 
What forum host do you use? Also what forum software?

Also can you post a link to your forum as that would help us.
 
If you're talking about phpBB and prosilver you can simply replace ../theme/images/bg_header.gif image and then change the following hex colour code in ../theme/colours.css

Code:
.headerbar {
	background-color: #12A3EB;
	background-image: url("{T_THEME_PATH}/images/bg_header.gif");
	color: #FFFFFF;
}

Code:
	background-color: #12A3EB;

Otherwise i would refer you to this topic -> http://www.phpbb.com/community/viewtopi ... 4&t=639205
 
Just looking at your host that isn't possible to change unless you use the subsilver template as that is the only one you are able to change the logo on.
 
Back
Top Bottom