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

thanks!
#gkTopLinks > a {display:none;}
#gkButtons #btnRegister {
display: none;
}