register

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Tue Feb 04, 2014 3:26 pm
Hi,

i need "display: none" to the area where it says registration or lower it could be a padding-top

but not what is the name of the css not find with firebug

i have this css


Code: Select all
   #gkTopLinks > a {display:none;}


but not work

Image




thanks!
User avatar
Platinum Boarder

GK User
Tue Feb 04, 2014 3:40 pm
Hi,
1) if you want to hide registration I suggest to disable Register module --> mod_gk_register
2) Then disable registration in User Manager

If you like CSS method:
Code: Select all
#gkButtons #btnRegister {
    display: none;
}


But this will don't disable only hide registartion
User avatar
Platinum Boarder


cron