login Widget

Hi,
I create the login page for Private users (editors) but I need to hide or cancel the Dashboard link (only) from login widget. How Can I do this? Now I used css display:hidden; but this style is applied to all links

.mfn-login .author a, .mfn-login .author .sep {

display: none;

}

http://www.npseuronet.eu/login/

thanks in advance

Comments

Sign In or Register to comment.