The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Change Tab Color using Navigation Manager
I have done a couple of searches but cannot find the answer to this.
I am using Navigation Manager with an enhancement from DBTech https://vborg.vbsupport.ru/showthread.php?t=274972 I want to change the appearance (background and text) of just one or two tabs to make them stand out. How can I do this please? |
#2
|
||||
|
||||
There should be a option in the product to change the text color.
Questions/Problems regarding modifications/styles need to be asked in the modification/style thread. That is where the support for modification/style is - not out here in the main forums. Please note that if a modification/style is unsupported (or even if it says it is supported), you may be on your own if you chose to install it. |
#3
|
|||
|
|||
Quote:
I want to change background tab color (hover and non hover) and text to really make it stand out from the others. Nelson |
#4
|
||||
|
||||
Well you would first need to get the identity of each tab you want, then add this to your additional.css
Code:
#vbtab_forum a.navtab { background-color: black; color: #FBCB3D } #vbtab_forum a.navtab:hover { background-color:white; color:{vb:stylevar navbar_tab_selected_color}; } You can change the colors to anything you want, just experiment. For future reference, please don't ask in multiple places, I saw that you asked the same question in another place after posting this. |
#5
|
|||
|
|||
Nice job @Ozzy47 this will help a few out there, to me your unlikeable.
|
#6
|
||||
|
||||
Yeah I am sure some people will use it. I get that quite a bit with the unlikable deal.
|
#7
|
|||
|
|||
Where is this entered? I went to main.css and there is a box to enter text but no save button, so it must be the wrong place.
|
#8
|
||||
|
||||
Just add it to your additional.css template
|
#9
|
|||
|
|||
Worked great! Thanks! One more thing, how do I change the "selected colors"...it is tough to read...
|
#10
|
||||
|
||||
I don't think it's possible to do that with CSS just for the individual tabs, that needs to be done globally with the stylevar.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|