Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mainwp-mintlify-c0f00f42.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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