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
Just not sure if I can/ or where in css to do it.
Thanks
-
- Junior Boarder
- teitbite
- Sat Jan 02, 2010 2:46 pm
Hi
The easiest way is to add it in gk_stuff.css
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;
}
-
- Moderator
- GK User
- Sat Jan 02, 2010 2:52 pm
Thanks. I'll give it a try.
-
- Junior Boarder
- GK User
- Sat Jan 02, 2010 6:51 pm
Thanks- this worked!
-
- Junior Boarder
4 posts
• Page 1 of 1