Quote:
Originally Posted by muscle-mustangs
Cool, I got it up, but one slight problem. I have 2 bright red nav bars now. wihich is kinda hard on the eyes. Is their anyway to keep my main red one, but turn the one I just put up into like a saturated grey? I tried to put the Color="#" code in their, but didn't have any effect.
|
Yes you can do this.
Where ever you see:
PHP Code:
class="vbmenu_control"
Replace it with:
PHP Code:
bgcolor="#FFFFFF"
But put the color you want in where you see FFFFFF.
Hope that helps you.