Quote:
Originally Posted by GaryT
Where do I adjust the color of the tabs as shown in image below?

|
If I remember correctly it uses the same css as the tabs in MEMBERINFO? You may need to make a new class for tabs in v3ARCADE_MAIN, then make a copy of the code under /* LIGHT-TABS */ in vbulletin.css
For example, open v3ARCADE_MAIN and search for <dl class="tabslight"> and rename it <dl class="arcade_tabslight">
Then in vbulletin.css search for /* LIGHT-TABS */ and make an exact copy of all the code in that section, rename any references of tabslight to arcade_tabslight
You should then be able to locate the code for colours and change it accordingly