Tabs GK5 Font Size and Tab Color

GK User
Sun Aug 05, 2012 3:42 am
How do I change padding on the Tabs GK5 so that the 4 tabs fit on one line: http://www.secbattles.com

I would like to change the tabs color to: #FF9900

Thanks
User avatar
Expert Boarder

GK User
Sun Aug 05, 2012 10:55 am
Use following css in override.css. Please note this will only effect in Tabs modules in Header 2 position, otherwise remove instances of #gkHeaderModule2 in each line.

Code: Select all
#gkHeaderModule2 .box > div { margin: 0!important;}
#gkHeaderModule2 .gkTabsWrap.vertical ol li, #gkHeaderModule2 .gkTabsWrap.horizontal ol li { font-size: 11px; background: #FF9900!important; text-shadow:none!important; padding: 0 8px !important;}
#gkHeaderModule2 .gkTabsWrap.vertical ol, #gkHeaderModule2 .gkTabsWrap.horizontal ol { text-align: center;}


See you around...
User avatar
Platinum Boarder


cron