Plugins / Admin / Docs

Dprime Admin v1.8.0

Branded WordPress admin theme with appearance presets, colour controls, footer branding, and role-based menu visibility.

Installation

  1. Download the plugin zip from your account at my.dprime.au or from the plugin page.
  2. In your WordPress admin go to Plugins > Add New > Upload Plugin.
  3. Choose the zip file and click Install Now.
  4. Activate the plugin.
  5. Go to Dprime > Admin in the sidebar to open the settings page. If Dprime Core is not installed, look for Admin as a standalone menu item.
Note: Dprime Admin does not require Dprime Core. If Core is installed, Admin nests under the Dprime parent menu automatically.

Settings

All settings are on the Settings tab. Changes take effect immediately after you click Save settings.

SettingWhat it does
Theme toggleTurns the visual style on or off. When off, WordPress admin looks exactly as it would without the plugin installed. Your colour settings are saved.
Appearance presetSets all colour fields to a preset combination. Options: Dprime (navy), Slate (dark grey), Graphite (near-black), Light (white sidebar).
Admin bar backgroundBackground colour of the WordPress toolbar at the top of every admin screen.
Admin bar textText and icon colour inside the admin bar.
Sidebar backgroundBackground colour of the left navigation sidebar.
Sidebar textLink and icon colour in the sidebar.
Accent colourUsed for buttons, focused inputs, active sidebar items, and selected states.
Footer textReplaces the default WordPress footer line. Leave blank to show nothing.
Footer link URLMakes the footer text a clickable link. Leave blank for plain text.

Appearance presets

Presets fill in all colour fields at once. Click a preset and the colour pickers update immediately. You can still adjust any individual colour afterwards.

Dprime Navy sidebar, blue accents
Slate Dark cool-grey sidebar
Graphite Near-black sidebar
Light White sidebar, navy accents

Frequently asked questions

Will my colour settings be lost during an update?

No. The option key has not changed since version 1.7.4. Settings carry forward across all updates.

Can I also hide the admin bar on the front end?

Yes. Install Dprime Admin Bar alongside this plugin for front-end toolbar control by role.

How do I customise the login screen?

The login screen is handled by a separate plugin: Dprime Login Customiser. This plugin only affects wp-admin.

How do I reset to the defaults?

Click the Dprime preset and save to return to the default navy colour scheme. To see a plain WordPress admin, turn off the theme toggle and save.

Does this affect site performance?

No. The generated CSS is cached in the database and served without regeneration on every admin page load. The cache rebuilds only when you save settings or the plugin updates.

Override classes

Every element on the plugin settings page has a named CSS class you can target in a custom stylesheet. These classes are stable across versions unless a breaking change is documented in the changelog.

/* Plugin settings page */
.dpa-page           /* Outer page wrapper */
.dpa-tabs           /* Tab navigation bar */
.dpa-tab            /* Individual tab link */
.dpa-tab.active     /* Active tab state */
.dpa-section        /* Settings card */
.dpa-section-head   /* Section heading area */
.dpa-preset-grid    /* Preset button grid */
.dpa-preset-btn     /* Individual preset button */
.dpa-colour-row     /* Single colour picker row */
.dpa-colour-label   /* Colour field label */
.dpa-colour-input   /* Colour picker input */
.dpa-menu-table     /* Menu visibility table */
.dpa-save-btn       /* Save settings button */
.dpa-version-tag    /* Version number pill */
.dp-a-help          /* Help tab outer wrapper */
.dp-a-help-section  /* Individual help card */