Removing Navigation in GK Tabs on Home Page

December 2010 Joomla Templates
GK User
Wed Jun 05, 2013 5:07 pm
Hi -

I'm not sure if this is a template or module question. But I am using the PenguinMail template which by default has the Tabs GK4 running on the home page. There is a navigation under the tabs that I would like to remove (I am only using 1 tab, I just want the layout of the page, I am not sliding through multiple tabs). Can anyone pint me where to go to remove the navigation?

Below is a screenshot or link to page here: http://74.54.203.16/~chess/ - I am trying to remove gkTabsWrapper.

Thanks!

Image
User avatar
Fresh Boarder

teitbite
Wed Jun 05, 2013 11:57 pm
Hi

You should have an option in module settings to show pagination or not. If it's not there please add this code to override.css (remember to allow using of override in template settings).

Code: Select all
.gkTabsWrapper {
    display: none;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.