hide the login from the menu

hide the login from the menu

by Jose Baldo -
Number of replies: 2

Hi everyone!

I'm using the essential theme

Is it possible to hide the login from the menu?

Also I need to hide the "create new account” option from the login block on the side menu

I tried css like

.loginbox { display: none;}

.loginurl {    display: none;}

a.loginurl {                   display: none;}

li.dropdownl {              display: none;}

but doesn´t work. Can  anyone help me?

Thanks a lot

jose

Average of ratings: -
In reply to Jose Baldo

Re: hide the login from the menu

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

I think you will find these works best!

#page-site-index.notloggedin .usermenu,
#page-site-index.notloggedin .block_login.block .content .footer div:first-child a { display: none; }

Average of ratings: Useful (1)