disable the counter increment

Tabs Joomla module is the easiest way to create and manage your content via tabs.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Oct 06, 2011 1:26 pm
where can i disable the counter increment for tabs (tabs in apphone) 1-4
thx
User avatar
Expert Boarder

GK User
Thu Oct 06, 2011 5:23 pm
You can hide them with override.css , enable it in template features if you havent and edit templates/gk_appphone/css/override.css

Code: Select all
/* Hides Number in First - Active Tab */
ul.gkTabs li.active span strong {
    display: none;
}
/* Hides Numbers in Tabs */
ul.gkTabs li span strong {
    display: none;
}
User avatar
Platinum Boarder

Konrad M
Fri Oct 07, 2011 11:03 am
Hi
What joomla version do you use?
User avatar

GK User
Fri Oct 07, 2011 11:09 am
joomla 1.7

ul.gkTabs li span strong {display: none; }
ul.gkTabs li.active span strong { display: none; }

works


thx a lot
User avatar
Expert Boarder


cron