0+
May 17, 2026
March 9, 2026
Hero Color Picker adds per-post background and font color controls to the editor sidebar for hero styling via CSS on elements with the hero-colored class.
Features:
– Two color controls: Background Color and Font Color
– On-demand color pickers in compact dropdown popovers
– Live preview of both colors together directly in the sidebar
– Applies selected colors to the editor post summary area for a closer backend preview
– Removes the featured image preview outline while a custom background color is active
– Accessibility check for WCAG AAA Normal Text with PASS / FAILED status
– Panel is shown only while editing posts (post), not in template editing contexts
– Adds a core-like posts list view Hero Background to show only posts with a custom hero background color
– Works on elements that have the CSS class hero-colored
Stored as post meta:
– hero_color_picker_hero_color
– hero_color_picker_font_color
Frontend output (only when values are set):
.hero-colored {
background-color: $background;
color: $font;
}
.hero-colored a {
color: $font;
}
Important template setup:
– Open your block theme template (for example Single) in the Site Editor.
– Select the Group block that should receive the hero styles.
– In block settings, add hero-colored to Additional CSS class(es).
wp-content/plugins/hero-color-picker.Appearance > Editor and edit your post template (for example Single).Group block and add the class hero-colored in Additional CSS class(es).Posts > All Posts and click Hero Background to list posts with a custom hero background.Appearance > Editor and open the template you use for posts (for example Single).Group block that wraps the elements you want to style, for example the title and featured image.Group block settings, expand Advanced, and enter hero-colored in Additional CSS class(es)..hero-colored, including common link states.1544x500 and 772x250.1.0.11.1.0.10.1.0.9.1.0.8.1.0.8.Hero Background view on Posts > All Posts to list posts with a custom hero background color.Description and Installation documentation.hero-colored CSS class in block theme templates.Font Color.background-color and color to .hero-colored.WCAG AAA Normal Text status with PASS / FAILED.| Version | Download | Type |
|---|---|---|
| 1.0.20 | Download | Stable |
| 1.0.19 | Download | Stable |
| 1.0.18 | Download | Stable |
| 1.0.17 | Download | Stable |
| 1.0.16 | Download | Stable |
| 1.0.15 | Download | Stable |
| 1.0.14 | Download | Stable |
| 1.0.13 | Download | Stable |
| 1.0.12 | Download | Stable |
| 1.0.11 | Download | Stable |
| 1.0.10 | Download | Stable |
| 1.0.9 | Download | Stable |
| 1.0.8 | Download | Stable |
| Development | Download | Trunk |