How to remove penguinMail login button

GK User
Sat Jan 15, 2011 3:39 pm
Hello,
I have looked around the forums and have seen some references to this issue but related to other templates.
I need to remove the login button in the top right corner. Even though I have deleted the login module there is still a small button that opens a login/register page. Can someone please help me out with this.

All the best,
Bragi
User avatar
Fresh Boarder

GK User
Sat Jan 15, 2011 5:42 pm
Hi

Probably we will improve better this feature on next update, but for now you can include this line on override.css file:

Code: Select all
#gk-nav a#buttonLogin {display:none}


Don't forget to enable override.css file on template parameters.

Cheers ;)
User avatar
Platinum Boarder

GK User
Sat Jan 15, 2011 6:08 pm
Thank you very much for your quick reply ! :)
User avatar
Fresh Boarder

GK User
Thu Jan 27, 2011 12:06 am
Seichinha wrote:Hi

Probably we will improve better this feature on next update, but for now you can include this line on override.css file:

Code: Select all
#gk-nav a#buttonLogin {display:none}


Don't forget to enable override.css file on template parameters.

Cheers ;)


how do you do that?
User avatar
Junior Boarder

GK User
Thu Jan 27, 2011 12:28 am
in joomla 1.6 enabling css override does not work
User avatar
Junior Boarder

GK User
Thu Jan 27, 2011 8:19 am
this is also joomla 1.5 forum...
User avatar
Platinum Boarder

GK User
Thu Jan 27, 2011 8:22 am
in 1.6 there is a advanced settings, where you can turn override.css on . and then add this code to the override.css
Code: Select all
#gkButtonLogin { display:none }
User avatar
Platinum Boarder

GK User
Thu Jan 27, 2011 3:28 pm
thank you
I did that.
and still not working

in the template css where can I ramove it from
thank you
User avatar
Junior Boarder

GK User
Thu Jan 27, 2011 4:29 pm
just add the code to the end of template.css


i tested this on both penguin 1.5 and 1.6... has to work
User avatar
Platinum Boarder

GK User
Thu Jan 27, 2011 5:06 pm
it works!!!
User avatar
Junior Boarder

GK User
Thu Jan 27, 2011 5:17 pm
great ;)
User avatar
Platinum Boarder

GK User
Mon Mar 07, 2011 1:32 am
[email protected] wrote:thank you
I did that.
and still not working

in the template css where can I ramove it from
thank you


Sometimes you need to add !important rule, like this:

Code: Select all
#gk-nav a#buttonLogin {display:none!important}


override.css file is not only for overruling classes, but it have high importance if you want to changes style by organizing method. This way you will not have too much problems with future updates on template.
User avatar
Platinum Boarder


cron