Any way to reduce font size in GK Stock tabs on to

GK User
Sat Jan 02, 2010 2:37 pm
Trying to figure out how to reduce font size in the GK Stock tabs only without changing style of main menu tabs. website: www.nextinvestments.com

Just not sure if I can/ or where in css to do it.

Thanks
User avatar
Junior Boarder

teitbite
Sat Jan 02, 2010 2:46 pm
Hi

The easiest way is to add it in gk_stuff.css

Code: Select all
ul.gk_tab_ul-style1 li span, ul.gk_tab_ul-style1 li.active span {
display:block;
font-size:10px; /* THIS LINE */
height:24px;
line-height:24px;
margin:0 0 0 5px;
padding:0 8px 0 3px;
}
User avatar
Moderator

GK User
Sat Jan 02, 2010 2:52 pm
Thanks. I'll give it a try.
User avatar
Junior Boarder

GK User
Sat Jan 02, 2010 6:51 pm
Thanks- this worked!
User avatar
Junior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.