PDA

View Full Version : Changing colors in Vb


CnB
01-05-2012, 02:54 PM
Can somebody please tell me where i could change the following things.

The top navbar has links like new posts, private messages, Faqs ect...
I want to change the color of this.

Then below the header(only on the CMS page) is a login panel, when logged in you see
"Welcome yourusername, my profile, settings, logout"
Also here i want to change the color.

Then the actual CMS posts title, standard color is Blue.
But cant find the location where this color is set.

And last part is where i can change the forum section colors

Being looking around the usual places, but for whatever reason changing those did not change any of the things i wanted.

Thanks

Lynne
01-05-2012, 04:35 PM
Stylevar Dictionary (https://www.vbulletin.com/docs/html/styleref_stylevars_dictionary)
Navbar (https://www.vbulletin.com/docs/html/stylevars_dictionary_navbar)
Header (https://www.vbulletin.com/docs/html/stylevars_dictionary_header)

CnB
01-05-2012, 06:57 PM
Thanks that helped alot.

2 things i cannot find though.

When in a forum section, there will be buttons Moderation tools, Quick Navigation, Top.
For some reason these do not use the same code as the New thread buttons use.
The hover over color from these 3 buttons is wrong, and i cannot find it in the dictionary where this is controled.

And the last thing on the CMS, is there a way to remove the part which says "Home"

Screenshot http://i39.tinypic.com/w1pa14.jpg

Lynne
01-05-2012, 07:21 PM
You may be interested in this article to help you find stylevars yourself - How To: Find the correct StyleVar/LayoutVar to edit (https://www.vbulletin.com/forum/showthread.php?342847-How-To-Find-the-correct-StyleVar-LayoutVar-to-edit)