Remove "register"

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Wed Feb 20, 2013 12:22 am
Remove "register"
Greetings, I need to remove the "register" but can not find the module for removal. How do I do it? Thank you.
User avatar
Junior Boarder

Konrad M
Wed Feb 20, 2013 8:27 am
Hi,
you should find gk_register module published in 'register' position. Try unpublish it.
User avatar

GK User
Wed Feb 20, 2013 1:35 pm
Konrad M wrote:Hi,
you should find gk_register module published in 'register' position. Try unpublish it.

Hi, thanks for the reply, that's what I did before writing to the forum. It does not work.

http://www.fundascabrero.es
User avatar
Junior Boarder

Konrad M
Wed Feb 20, 2013 1:40 pm
Ok so please try add to override.css
Code: Select all
#gkTopLinks a#btnRegister {
display:none !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Wed Feb 20, 2013 1:48 pm
I'm not sure what I have to do in the template configuration. Layout override? I do not know.
User avatar
Junior Boarder

Konrad M
Wed Feb 20, 2013 2:00 pm
In template settings you will find 'Advanced Settings' section. Here set 'CSS override' option to on. And code I gave you add to override.css file.
User avatar

GK User
Wed Feb 20, 2013 2:08 pm
It worked, thanks, I was going crazy and could not find the solution.
User avatar
Junior Boarder


cron