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
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;
}