Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save greathmaster/9fd67ff31d63e55381fc to your computer and use it in GitHub Desktop.

Select an option

Save greathmaster/9fd67ff31d63e55381fc to your computer and use it in GitHub Desktop.
Hide "Show Toolbar when viewing site" on themed profiles with Theme My Login
/*
Use Hide Admin Bar from Non-Admins(https://wordpress.org/plugins/hide-admin-bar-from-non-admins/)
to ensure users don't see the admin bar. The code below will hide "Show Toolbar when viewing site"
on themed profiles with Theme My Login.
*/
tr.tml-user-admin-bar-front-wrap {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment