• Hi Mustafa!

    This is a great plugin, but I wonder how I can edit or remove the wp-admin link on the left side of the admin login bar (or in custom installations: the wordpress symbol/link).
    It doesn’t make sense for users that are not logged in to get a link to the admin dashboard/their account if they are not logged in yet.

    Thanks!

    https://wordpress.org/plugins/admin-bar-login/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mustafa Uysal

    (@m_uysl)

    Hello,

    You can’t remove it, but you can hide with css trick.

    Try this

    #wp-admin-bar-wp-logo{
    	visibility: hidden;
    }
    Thread Starter Kenika

    (@kenika)

    Thanks for your quick response. Unfortunately, it doesn’t seem to work. I copied and pasted your code in my theme’s custom css, but it has no effect. Is it a problem that I don’t have the original WP button anymore, but my own logo? It’s still the same link though (wp-admin).

    Here’s my website. May be easier for you to understand what I mean.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change/remove wp-admin link for non-logged-in users and add new links’ is closed to new replies.