Quote:
Originally Posted by Gemma
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
|
Sounds almost to simple but, makes perfect sense. I'll give it a go and report back.
Thanks'