Skip to main content
The MainWP Dashboard displays New and Beta labels next to recently added or experimental features. You can hide these labels if you prefer a cleaner interface.

What You’ll Learn

  • What the New and Beta labels indicate
  • How to hide them using CSS

Prerequisites


About the Labels

MainWP uses labels to indicate feature status:
LabelMeaning
NewFeature added in the current version
BetaFeature is experimental and may change
MainWP Dashboard showing New and Beta feature labels

Hide the Labels

1

Open Custom Dashboard

Navigate to the Custom Dashboard extension settings.
2

Add CSS snippet

Go to the CSS tab and add this snippet:
.mainwp-new-feature-label, .mainwp-beta-feature-label {
  display: none !important;
}
Custom Dashboard extension CSS tab with label hiding snippet
3

Save changes

Click Save Changes. The page reloads automatically.
4

Verify labels are hidden

The New and Beta labels no longer appear in the Dashboard.MainWP Dashboard with New and Beta labels hidden

Restore the Labels

To show the labels again:
  1. Return to the Custom Dashboard extension
  2. Remove the CSS snippet from the CSS tab
  3. Click Save Changes

Self-Check Checklist

  • Custom Dashboard extension installed
  • CSS snippet added to CSS tab
  • Changes saved
  • Labels no longer visible on Dashboard