Hide/Remove WordPress Admin Notices

We get that question quite a lot where people ask if there is a setting included in Ultimate Dashboard or Ultimate Dashboard PRO to hide and remove the WordPress notices.

This can actually be achieved with just a tiny bit of custom CSS which is our recommended way of doing it.

To add custom CSS to your entire WordPress admin area with Ultimate Dashboard, please navigate to Ultimate Dash… -> Settings and scroll down to the bottom.

Down here, you get the option to add Custom CSS to various areas of your WordPress website.

  • The WordPress dashboard only
  • The entire WordPress admin area
  • and the WordPress login page

In our case, we want to add the following CSS to the Custom Admin CSS section.

// Hides all admin notices, except for the Ultimate Dashboard PRO page builder template.
 .notice:not(.udb-page-builder-template) {
     display: none;
 }
 // Hides WordPress core update notification.
 .update-nag {
     display: none;
 }

Done! Now all admin notices including WordPress core update notices are hidden.

Ultimate Dashboard is the #1 plugin to customize your WordPress dashboard, providing a client-focused interface to enhance the functionality and purpose of the WordPress admin.

Our Products

If you like Ultimate Dashboard, make sure to check out our other products:

Newsletter
Scroll to Top

Still looking for the Perfect Theme?

Page Builder Framework is the perfect theme for your next project. Check out Page Builder Framework, today!

Download

Enter your email address and be the first to get informed about new features & updates!

We take your privacy seriously. No spam, we promise. See our Privacy Policy.