Disable top 'Login' module.

Demonstrate your product attractively using clean and distinctive coffe shop Joomla template.
GK User
Mon Oct 07, 2013 8:25 am
Hi there,

I wish to disable the 'Login' box which is shown on the template. When I try to disable the associated module (Login), even the Main Menu navigation div disappears. Can somebody help me how to do this?

Appreciate your time.

Regards,
Ashish
User avatar
Fresh Boarder

GK User
Mon Oct 07, 2013 9:17 am
You can use any one of below css codes depending on your buttons.

Will hide button group
Code: Select all
#gkButtons { display: none!important; }


Will hide login button only
Code: Select all
#btnLogin { display: none!important; }


You can add above css to override.css located inside templates css folder and then enable css override option in template settings > advanced settings > css override "on".

See you around...
User avatar
Platinum Boarder

GK User
Mon Oct 07, 2013 6:18 pm
Hi,

Thanks for your quick response.

Since I wanted to hide only the Login button, I tried the second solution. But, the top menu disappears when I apply that CSS in the override.css. Please note that I have turned off showing the 'Logo' in the Template 'Features' settings.

Here is the website where I am trying this out:
http://catalysts.org/cms.org.in/

Regards,
Ashish
User avatar
Fresh Boarder

GK User
Mon Oct 07, 2013 7:32 pm
Hi,

I fixed the issue. I had to move the topmenu down by updating margin values as follows:
#gkMainNav {
margin: 30px auto 30px auto; /* Original value: -20px auto 60px auto */
}
This is because of the fact that I have disabled Logo on the template.

Thanks again for your help.

Regards,
Ashish
User avatar
Fresh Boarder

GK User
Mon Oct 07, 2013 7:45 pm
No problem at all, see you around...
User avatar
Platinum Boarder


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