WordPress.org

Plugin Directory

Neurogenesis Styler – Complete Design Controls for the Block Editor

Neurogenesis Styler – Complete Design Controls for the Block Editor

Description

Neurogenesis Styler adds the design controls the Block Editor is missing – without replacing your blocks, adding bloat, or locking you into a proprietary system. Install it, style your blocks visually, and keep your existing content exactly as it is.

Every control is visual. No CSS knowledge required.

Responsive Styles – Desktop, Tablet, and Mobile

Set different values for every styling property at each breakpoint. Typography, spacing, sizing, visibility, and text alignment all respond independently per device. Controls also support theme.json variables – pick from your theme’s declared color, spacing, and typography values directly inside the panel, keeping your design system consistent.

Typography

Font family, weight, size, line height, letter spacing, and text shadow – all responsive. Font sizes support fluid scaling using CSS clamp(), so your typography transitions smoothly across screen sizes without jumping between fixed values.

Backgrounds

Colors, gradients, and images – with Background Clip control for creative text and element effects. Multi-layer backgrounds coming in the next version.

Borders

Width, style, and color – set globally or per side independently. Border radius with full corner control.

Spacing

Margin and padding per side, per breakpoint. Supports theme.json spacing scale values for consistency with your theme.

Block Sizing

Width, height, minimum and maximum dimensions – all responsive. Keep elements at the right size on every screen without writing a single media query.

Visual Effects

Box shadow, text shadow, opacity, z-index, and transitions – all with visual controls. Hover states available for colors, backgrounds, borders, and shadows, letting you build micro-interactions directly in the editor.

Transforms and Positioning

Rotate, scale, skew, and translate with visual sliders. CSS positioning – relative, absolute, and sticky – with offset controls. No need to touch Additional CSS.

Custom Element Selectors

Style specific elements inside a block – not just the block wrapper itself. Define a CSS path to target repeating sub-elements like images inside a gallery, text inside columns, or links inside a card. Useful anywhere the block’s own controls don’t reach.

Full Site Editing

Works inside the Site Editor. Style template parts, global patterns, and page templates with the same controls available in the post editor.

No New Blocks. No Lock-in.

Neurogenesis Styler extends the native blocks you already use. It does not register new blocks or replace core ones. Deactivate the plugin and your content remains intact – your blocks render normally without any leftover markup or broken layouts.

Source Code

This plugin uses JavaScript and SCSS, which are compiled into the production-ready files in the /assets/dist/ directory.

The original, human-readable source code is included in the /assets/js directory.
The build configuration for this plugin is included in package.json.txt. Rename it to package.json before npm install. Developers can review, modify, or extend the code from there.

Build Instructions

  1. Make sure you have Node.js and npm installed.
  2. From the plugin root, install dependencies:

    npm install

  3. To build the production assets:

    npm run build

  4. For development with automatic rebuilds on file changes:

    npm run start

Screenshots

  • Typography controls in the block sidebar – customize fonts, sizes, line height, spacing, and text shadows.
  • Background settings – apply gradients, images, or layered effects directly to any block or group.
  • Border and spacing tools – fine-tune widths, styles, radii, margins, and padding with precision.
  • Responsive controls – style blocks differently for desktop, tablet, and mobile views.

Installation

  1. Upload the plugin files to the /wp-content/plugins/neurogenesis directory, or install directly through the WordPress plugin screen.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Open the block editor and explore the new styling controls in the sidebar.

FAQ

Does this plugin add new blocks?

No. Neurogenesis Styler adds design controls to the native blocks you already use. Nothing new appears in your block inserter.

Do I need to know CSS?

No. Every control is visual – color pickers, sliders, dropdowns, and toggles. You never need to write or edit CSS manually.

What happens if I deactivate the plugin?

Your content stays intact. The custom styles added by Neurogenesis Styler will no longer be applied, but your blocks render normally with no broken layouts or leftover markup.

Will it work with my theme?

Yes, as long as you are using a block-based theme. Neurogenesis Styler integrates with the Block Editor and is compatible with any FSE-ready block theme. Note that some CSS rules defined by your theme may take precedence over certain styles depending on specificity.

Does it support theme.json variables?

Yes. Color, spacing, and typography controls can pull values directly from your theme’s theme.json declarations. This keeps your styling consistent with your theme’s design system without hardcoding values.

Can I style elements inside a block, not just the block itself?

Yes. The Custom Element Selector feature lets you define a CSS path to target a specific child element inside a block – useful for styling images inside a group, links inside a navigation, or repeated elements inside a columns layout.

Does it work in the Site Editor (FSE)?

Yes. The same controls available in the post editor work inside the Site Editor for template parts, global patterns, and page templates.

Can I style responsive properties per device?

Yes. Typography, spacing, sizing, visibility, and text alignment all support independent values for desktop, tablet, and mobile breakpoints. Switch between device modes in the editor to set values per screen size.

What is fluid typography / CSS clamp()?

Fluid typography lets you set a minimum and maximum font size, and the browser scales smoothly between them based on the viewport width. This eliminates abrupt size jumps between breakpoints. Neurogenesis Styler supports this natively for heading and paragraph blocks.

Is the plugin free?

Yes. The current version is fully free and distributed under the GPL v2 license.

Reviews

29 Otover 2025
I like how this plugin extends the block styling controls; it is simple to use, works very well and i am excited for more options. I am already using it on a client website.This is a great tool in my Gutenberg toolkit 🙂
29 Setember 2025
Great plugin to enhance the basic options limited by Gutenberg. As long as it doesn’t cause any conflicts and remains lightweight, I’m happy to have it installed on my sites that use Gutenberg.
Read all 3 reviews

Contributors & Developers

“Neurogenesis Styler – Complete Design Controls for the Block Editor” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

0.5.0

March 16, 2026
– Added transform controls (translate, rotate, scale, skew) with visual sliders.
– Improved text section with enhanced typography and text effects.
– Added text stroke control for outlined text styling.
– Added Background Clip control for creative text and element effects.
– Minor bug fixes.

0.4.0

January 06, 2026
– Added the possibility to define new element selectors
– Added theme.json variables to the spacing, border and color controls.
– Improved color control UI
– Small bug fixes.

0.3.0

December 04, 2025
– Grouped the style sections into tabs.
– Small bug fixes.

0.2.0

November 06, 2025
– Polished the color picker and added a “Recent Colors” section for faster styling.
– Fixed minor bugs and improved overall editor performance.

0.1.1

October 27, 2025
– Improved style rendering in the editor for more accurate visual previews.
– Fixed issues with duplicated and pasted blocks not retaining custom styles.

0.1.0

September 27, 2025
– Initial release
– Adds advanced design controls to native Gutenberg blocks:
– Typography
– Backgrounds
– Borders
– Spacing
– Shadows
– Responsive settings
– Hover states