Created
November 17, 2015 18:49
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 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