Quote:
Originally Posted by Carlos2
How can i change the white font of the tab letters??
|
HTML Code:
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #000; <... HERE...
margin: 0px;
padding: 0px 0px 0px 15px;
Carlos2 you may need 2 add additional class 2 get this working or use ...
HTML Code:
h2 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px;
padding: 0px 0px 0px 15px;
}
In your Tabs css area...
Most of the Demo Tabs in package are
CSS1 tabs so it should be a breeze editing this...
If U dont use any font code in css area of Tabs then vBull will use its default style... U can goto Admincp Css area and hardcode font info there if U like...
Good Luck