Edit Login Pop Up

GK User
Wed Feb 15, 2012 11:36 am
Hello!

I'd like to remove the "or new here?" link in the pop up. (see picture attached)

I cannot find the code (or the corresponding file) to remove it.

Any idea?

Kind regards
User avatar
Senior Boarder

GK User
Wed Feb 15, 2012 2:01 pm
Please open file override.css in template/css directory and add this code :
.gkPopupWrap h3 small {display: none !important}

Remember to enable option 'Use override CSS' in template settings under 'developer settings tab'
User avatar
Platinum Boarder

GK User
Wed Feb 15, 2012 2:05 pm
Thank you very much...

I just didn't think of disabling it via css.
User avatar
Senior Boarder

GK User
Wed Feb 15, 2012 2:18 pm
You can also change it directly in code (template/html/mod_login) but hide it via css is simply and fast.
User avatar
Platinum Boarder


cron