Log in

View Full Version : Editing Header


lazerguy_82
03-29-2010, 10:15 PM
Hi,

I've seen a bunch of posts on how to edit the header, but I don't know why it's such a pain in the butt to do.
http://www.ww2incolor.com/forum/index.php
I put a new logo...when logged in it's fine, then I log out and it shows the vbulletin logo.
How do I get that fixed?
Also how do I change the top right (username, notifications, etc.) to a different font colour, as well as the background colour when hovering over the text.

Thanks.

borbole
03-29-2010, 10:43 PM
Hi,

I've seen a bunch of posts on how to edit the header, but I don't know why it's such a pain in the butt to do.
http://www.ww2incolor.com/forum/index.php
I put a new log...when logged in it's fine, then I log out and it shows the vbulletin log.
How do I get that fixed?
Also how do I change the top right (username, notifications, etc.) to a different font colour, as well as the background colour when hovering over the text.

Thanks.

Can you provide a test account please?

Try this btw, rename your logo vbulletin4_logo.png and uplod it to the misc folder inside the images directory overwritting the one there.

lazerguy_82
03-30-2010, 01:26 AM
that seems to work...what about the text/link in the top right?

--------------- Added 1269974612 at 1269974612 ---------------

Figured it out myself.
commented out
/*background: {vb:stylevar navbar_tab_background.backgroundColor};*/
under .toplinks ul.isuser li a:hover {
changed toplinks_linkhover_color under stylevar to my hover color as well as toplinks_link_color
also commented out background: {vb:stylevar navbar_tab_background.backgroundColor} url({vb:stylevar imgdir_misc}/arrow.png) no-repeat {vb:stylevar right} center;
that 'damages' the little arrow, but I honestly don't care about it as my header will be white

--------------- Added 1269974667 at 1269974667 ---------------

dang! more steps for unregistered folks

--------------- Added 1269975532 at 1269975532 ---------------

comment out
/*background: {vb:stylevar navbar_tab_background.backgroundColor};*/
/*background: {vb:stylevar navbar_tab_background.backgroundColor};*/

under .toplinks ul.nouser li a and the hover one

then change the color around the login box
comment out the one line and create your own line with your own color
/*background: {vb:stylevar navbar_tab_background.backgroundColor};*/
background: #CCCCCC;