Title: Klaro Admin Accessibility
Author: Rafael Minuesa
Published: <strong>6 Luglio 2026</strong>
Last modified: 23 Settembre 2026

---

Ricerca i plugin

![](https://ps.w.org/klaro-admin-accessibility/assets/banner-772x250.png?rev=3597572)

![](https://ps.w.org/klaro-admin-accessibility/assets/icon-256x256.png?rev=3597572)

# Klaro Admin Accessibility

 Di [Rafael Minuesa](https://profiles.wordpress.org/rafaelminuesa/)

[Scarica](https://downloads.wordpress.org/plugin/klaro-admin-accessibility.1.1.2.zip)

 * [Dettagli](https://it.wordpress.org/plugins/klaro-admin-accessibility/#description)
 * [Recensioni](https://it.wordpress.org/plugins/klaro-admin-accessibility/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/klaro-admin-accessibility/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/klaro-admin-accessibility/#developers)

 [Supporto](https://wordpress.org/support/plugin/klaro-admin-accessibility/)

## Descrizione

Klaro Admin Accessibility helps users with visual, motor, or cognitive disabilities
work in the WordPress admin area. It is the companion plugin to the [Klaro accessibility-first theme](https://wordpress.org/themes/klaro/),
but it targets the WordPress core admin and works with any theme.

#### Features

 * **High contrast admin** – Black background with white text throughout the admin
   area, including the admin menu, toolbar, tables, and forms.
 * **Large admin text** – 18px base text, larger form fields, and 44px minimum button
   height for easier reading and clicking.
 * **Enhanced focus indicators** – Highly visible 3px outlines on every focused 
   link, button, and form field, meeting the 3:1 contrast requirement for UI controls.
 * **Reduce motion** – Suppresses admin animations and transitions for users whose
   operating system does not expose a reduced-motion preference.
 * **Simplify admin menu** – Hides the Tools and Comments menus for non-administrator
   users, removes secondary dashboard widgets, and switches the dashboard to a single
   column, reducing cognitive load.
 * **Classic editor toggle** – Replaces the block editor with the classic editor,
   which some assistive technology users find easier to navigate. Defers to the 
   Classic Editor plugin when that is active.

All settings are site-wide and live under Settings > Admin Accessibility.

#### What WordPress already provides

The WordPress admin already ships keyboard shortcuts, screen reader landmarks, a“
Skip to main content” link, and honors your operating system’s reduced-motion preference.
This plugin adds options on top of those built-in features instead of duplicating
them.

#### For developers

The resolved feature flags can be filtered:

    ```
    add_filter( 'klaro_aa_enabled_features', function ( $features ) {
        $features['high_contrast'] = true; // force a feature on
        return $features;
    } );
    ```

## Screenshot

[⌊The settings page under Settings > Admin Accessibility.⌉⌊The settings page under
Settings > Admin Accessibility.⌉[

The settings page under Settings > Admin Accessibility.

[⌊High contrast admin mode.⌉⌊High contrast admin mode.⌉[

High contrast admin mode.

[⌊Large admin text with enhanced focus indicators.⌉⌊Large admin text with enhanced
focus indicators.⌉[

Large admin text with enhanced focus indicators.

## Installazione

 1. Upload the plugin files to `/wp-content/plugins/klaro-admin-accessibility/`, or
    install through the WordPress plugins screen.
 2. Activate the plugin.
 3. Go to Settings > Admin Accessibility to enable the features you need.

## FAQ

### Does this affect my site’s visitors?

No. Every feature applies to the admin area only. Front-end accessibility is the
theme’s job (the Klaro theme covers it).

### Do I need the Klaro theme?

No. The plugin styles the WordPress core admin and works with any theme.

### Are the settings per-user?

Version 1.0.0 applies settings site-wide. Per-user preferences are planned for a
future release.

### What happens on uninstall?

The plugin deletes its single `klaro_aa_options` option. No other data is stored.

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“Klaro Admin Accessibility” è un software open source. Le persone che hanno contribuito
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ Rafael Minuesa ](https://profiles.wordpress.org/rafaelminuesa/)

“Klaro Admin Accessibility” è stato tradotto in 1 lingua. Grazie a [chi traduce](https://translate.wordpress.org/projects/wp-plugins/klaro-admin-accessibility/contributors)
per il contributo.

[Traduci “Klaro Admin Accessibility” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/klaro-admin-accessibility)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/klaro-admin-accessibility/)
segui il [repository SVN](https://plugins.svn.wordpress.org/klaro-admin-accessibility/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/klaro-admin-accessibility/)
tramite [RSS](https://plugins.trac.wordpress.org/log/klaro-admin-accessibility/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.2

 * High contrast: the plugin details popup (Plugins > Add New, Updates) is readable
   throughout, description, tabs, sidebar and footer

#### 1.1.1

 * Large text: top-level admin menu items no longer get extra padding, so long labels
   such as WooCommerce stay on one line
 * High contrast: admin bar badges with their own light background (Store coming
   soon) are black on white
 * High contrast: the theme details popup under Appearance has opaque black panels
   and a visible close button
 * High contrast: text inside any button follows the button’s colors, which fixes
   the white-on-white Site Health rows

#### 1.1.0

 * High contrast: the native “Skip to main content” link and the active admin-menu
   icon were white on white; both readable now, including the collapsed menu
 * High contrast: dropdown arrows restored, and large text no longer covers the 
   arrow
 * High contrast: text inside white buttons and tabs, and text and links inside 
   preserved inline backgrounds, keep readable colors
 * High contrast: the Add Media and attachment dialogs use the same black palette,
   so links, inputs and focus rings sit on matching surfaces
 * High contrast: notice text on admin pages rendered inside modals (plugin information)
   is readable
 * High contrast editor: highlighted text and colored table cells stay readable 
   in the classic editor; authored colors are respected and nothing is written to
   the post
 * High contrast: TinyMCE styling stays inside wp-admin and no longer changes front-
   end editors
 * Large text: settings labels, descriptions, paragraphs, row titles and box headings
   are enlarged, not only their containers
 * Settings: each checkbox exposes its explanatory text to assistive technology
 * Classic editor: the preference is decided when WordPress asks, so a theme’s klaro_aa_enabled_features
   filter works in both directions
 * Uninstall: the option is removed from every site on multisite

#### 1.0.1

 * Large text mode: reduced oversized admin button padding (now 3px 14px), 44px 
   minimum touch-target height preserved
 * Large text mode: enlarged the classic editor status bar under the content box(
   word count, autosave message, last-edited date) to 16px, was stuck at core’s 
   12px

#### 1.0.0

 * Initial release
 * High contrast admin mode
 * Large admin text
 * Enhanced focus indicators (enabled by default)
 * Reduce motion option
 * Simplified admin menu option (single-column dashboard, fewer widgets and menus)
 * Classic editor toggle

## Meta

 *  Versione **1.1.2**
 *  Ultimo aggiornamento **2 giorni fa**
 *  Installazioni attive **Meno di 10**
 *  Versione WordPress ** 6.0 o superiore **
 *  Testato fino alla versione **7.1.2**
 *  Versione PHP ** 7.4 o superiore **
 *  Lingue
 * [English (US)](https://wordpress.org/plugins/klaro-admin-accessibility/) e [Spanish (Spain)](https://es.wordpress.org/plugins/klaro-admin-accessibility/).
 *  [Traduci nella tua lingua](https://translate.wordpress.org/projects/wp-plugins/klaro-admin-accessibility)
 * Tag
 * [accessibility](https://it.wordpress.org/plugins/tags/accessibility/)[admin](https://it.wordpress.org/plugins/tags/admin/)
   [classic editor](https://it.wordpress.org/plugins/tags/classic-editor/)[high contrast](https://it.wordpress.org/plugins/tags/high-contrast/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/klaro-admin-accessibility/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

[La tua recensione](https://wordpress.org/support/plugin/klaro-admin-accessibility/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/klaro-admin-accessibility/reviews/)

## Collaboratori

 *   [ Rafael Minuesa ](https://profiles.wordpress.org/rafaelminuesa/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/klaro-admin-accessibility/)