Is there anyway to remove the 'W' icon from the WordPress toolbar located at the top, when Authors login?
I know that an author can uncheck an option for an individual user, but we need to do this for all users?
|
|
For specific user roles you can wrap the
|
|||||||
|
|
To just remove the logo from the toolbar, add this to your stylesheet:
|
|||
|
|
you can use jQuery
Also this will remove the whole top menu bar for everyone but the admin (user 1). This will update the user meta to hide the menubar. The user will still be able to select to show or hide this but will be reset to hide. You can also hide this option from the use with jQuery. Place this in the functions.php file
|
|||||||||||
|
|
Also you can use plugin Toolbar menu. You can:
|
|||
|
|