Hide the title of the TAB

Tabs module is the easiest and convenient way to create tabs in Joomla website with powerful features like JSON or XML support.
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
Tue Jan 07, 2014 9:27 pm
Hi,

how can I hide the title (the text) of each tab in Tabs GK5?

Thanks,
Gorast
User avatar
Platinum Boarder

GK User
Tue Jan 07, 2014 9:29 pm
Code: Select all
.gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li {
       color: rgba(0, 0, 0, 0);
}


Did the trick :D

Thanks,
Gorast
User avatar
Platinum Boarder


cron