View Full Version : top link background color
ageurtse
02-24-2010, 10:17 AM
How do i alter the toplink background color.
i can't find de stylevar for this.
the toplink bar is where stands welkom, my profile, notifications and that kind of stuff
ordonyez
02-24-2010, 08:56 PM
stylevar >> header >> header_background
ageurtse
02-25-2010, 04:22 AM
but that is the also the background of the header, and not only from the upper right links.
i wan't to give theme a different collor.
ordonyez
02-26-2010, 02:43 AM
man, after a lot of hard work and absolutely no help from any of these forums on ANY of my question I figured it out.
admincp>>serach templates>>search this " .toplinks ul.nouser li a " >> select vbulletinchrome.css >>> find the class you types in .toplinks ul.nouser li a and change background color.
ageurtse
02-26-2010, 04:25 AM
i have found it.
you have to alter .toplinks ul.isuser li {
in vbulletinchrome.css
and add background:#colornumber
Bram H
03-29-2011, 07:18 AM
Finally found my answer, thanks guys :)
triptych
10-09-2011, 03:33 AM
Okay... I'm not sure I exactly followed what you've explained. Here's the code I think you're referring to:
}
.toplinks ul.isuser li {
display:inline;
position: relative;
color: {vb:stylevar header_color};
float: {vb:stylevar right};
clear: {vb:stylevar left};
padding-{vb:stylevar right}: 10px;
background:{vb:stylevar toplinks_background_backgroundColor};
}
But I don't understand exactly what I'm supposed to type and where... If this is the correct code, please tell me what to change or add.
I've also attached a screen shot of what I'm trying to change to make sure I'm in the right area as well.
Thanks,
John
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.