Learnomy

White Label

Pro feature

๐Ÿ”ถ Pro feature. Available in Learnomy Pro.

The White Label extension lets you replace Learnomy's name, icon, and accent color with your own brand across every admin page the plugin creates. Students see a custom attribution on the frontend. The settings are saved once and apply everywhere automatically.

Overview

White Label settings live in Learnomy Settings > White Label. The section appears in the settings sidebar under the Pro nav group after the extension is enabled.

If none of the fields are filled in yet, the card shows "No customizations yet. Fill in the fields below to brand your LMS."

Settings

Brand Identity

Plugin Name - replaces the word "Learnomy" in the admin sidebar menus. For example, enter "My Academy" and the three menus rename to "My Academy", "My Academy Commerce", and "My Academy Settings". The "Commerce" and "Settings" suffixes are preserved; only the "Learnomy" token is replaced.

Admin Logo URL - paste the URL of a custom icon image (SVG or PNG recommended). This replaces the default icon in the WordPress sidebar next to the menu label. The image must be hosted somewhere accessible; the field accepts any public URL.

Color

Accent Color - pick a hex color using the color swatch or type it directly into the hex field. The chosen color overrides --lrn-accent and --lrn-accent-hover across both the admin and frontend. The hover variant is automatically darkened by 15% from the base color.

Clearing this field restores the default accent color.

Text and Attribution

Footer Text - the text shown in the WordPress admin footer on Learnomy pages. For example, "Powered by My Academy". Leave blank to show the default WordPress footer text on Learnomy pages.

Hide "Powered by Learnomy" on the frontend - a toggle. When on, the Learnomy attribution is removed from learner-facing pages.

Advanced

Custom CSS - a textarea for additional CSS injected into both admin and frontend pages. Maximum 5,000 characters. Use this for minor style tweaks that the accent color alone does not cover.

Saving changes

Click Save Changes at the bottom of the card. A status message ("Changes saved.") confirms success. If the save fails, a "Save failed. Please try again." message appears.

Settings are stored in a single WordPress option (learnomy_pro_white_label) and read on every page load, so changes take effect immediately without a cache clear.

Scope of branding

The white label extension rebrand applies to the three Learnomy top-level menus:

Original label After white label with name "Acme"
Learnomy Acme
Learnomy Commerce Acme Commerce
Learnomy Settings Acme Settings

The custom icon applies to all three menu items. The accent color and custom CSS apply to every admin and frontend page the plugin renders.

Tips

  • The plugin name field only replaces the "Learnomy" token in labels. If a label does not contain the word "Learnomy", the entire label is replaced with the plugin name instead.
  • The accent color is applied via a CSS custom property (--lrn-accent). It takes effect on every element that uses this token, including buttons, links, progress bars, and tab indicators.
  • Custom CSS is stripped of HTML tags before saving. It is not sanitized for valid CSS; take care with untrusted input.
  • There is no media-library picker for the admin logo URL field in this release. Upload your logo to the WordPress media library, copy its URL, and paste it in.
  • To remove a branding value, clear the field and save. The extension falls back to the Learnomy defaults.

No dedicated screenshots available

No dedicated white-label admin UI screenshots are included in this release. The settings card renders inside the standard Learnomy Settings page. Refer to ../images/settings/ for the settings page layout, or capture the White Label section from your live site.

Related