Skip to content

Instantly share code, notes, and snippets.

@sebastianmoran-mainwp
Last active February 20, 2019 20:19
Show Gist options
  • Save sebastianmoran-mainwp/547d2f375c0dd1bf4fd6209efce81fc2 to your computer and use it in GitHub Desktop.
Save sebastianmoran-mainwp/547d2f375c0dd1bf4fd6209efce81fc2 to your computer and use it in GitHub Desktop.
Hide the ManagedWP notice in wp-admin in WordPress
.mwp-notice-container {
box-shadow: 1px 1px 1px #d9d9d9;
max-width: 100%;
border-radius: 4px;
display: none;
}
@sebastianmoran-mainwp
Copy link
Author

@sebastianmoran-mainwp
Copy link
Author

admin css

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment