Quote:
Originally Posted by Sierus
bump, I am having the same issue. The text is tied to the smallfont css, so you can change that and make it lighter but then it screws up the black smallfont text in the light areas. I can't figure out how to fix this...anyone have any ideas or suggestions?
|
In AdminCP - Styles & Templates - Style Manager - Your Style Options add the following to 'Additional CSS Values' near the bottom.
Code:
.moduletitle { font-colour: #FFB019; font-size: 11px; }
Then open up the AdminCP - Styles & Templates - Style Manager - Your Style - << >> - vBadvanced CMPS Templates
In 'adv_portal_navigationbits':
Find
Code:
<div class="smallfont">
Replace with
Code:
<div class="moduletitle">
And if yours was the same as mine, the text in the online users box saying for example; '3 members, 0 guests' will be too dark aswell. If it is;
In 'adv_portal_onlineusers'
Find
Code:
<td class="thead"><span class="smallfont">
Replace with
Code:
<td class="thead"><span class="moduletitle">
Took me a while to figure out, hope this helps.
You can check out how this looks before you do anything on
my site. And ofc you can change the font colour value if you want it different.
Louth.