Neurogenesis Styler
by mentholinc on WordPress.org
Extend native Gutenberg blocks with advanced design controls - no extra blocks, just more styling power.

Typography controls in the block sidebar - customize fonts, sizes, line height, spacing, and text shadows.
Neurogenesis Styler extends the native Gutenberg blocks with advanced design controls – it does not add new blocks.
This means your site stays lightweight, fast, and future-proof, while you gain professional-grade styling options directly inside the block editor.
With Neurogenesis Styler, you design using the blocks you already know – headings, paragraphs, groups, columns, images, and more – but with a far richer set of visual tools. No custom blocks, no theme lock-in, no clutter.
Take full creative control with advanced styling features:
-
Typography for Perfect Readability
Extend native text blocks with options for fonts, weights, sizes, line heights, letter spacing, and text shadows – across all devices. -
Backgrounds That Bring Designs to Life
Enhance any block with colors, gradients, or images. Layer them together for modern, brand-consistent backgrounds. -
Borders with Style and Precision
Add borders and radius controls to native blocks. Define width, style, and color globally or per side. -
Pixel-Perfect Spacing Controls
Fine-tune margins and padding directly in Gutenberg – no custom CSS required. -
Visual Effects That Add Depth
Use shadows, transitions, opacity, and z-index layering for polished, interactive layouts. -
Flexible Block Sizing
Control width, height, min/max constraints, and responsive sizing on native blocks. -
Responsive Design Made Simple
Style blocks differently for desktop, tablet, and mobile – built-in, no extra frameworks. -
Interactive Hover States
Apply hover styles (colors, borders, shadows, backgrounds) to any block for engaging effects. -
Template Editing for Consistency
Apply the same styling power to templates and template parts for cohesive, site-wide design.
With Neurogenesis Styler, Gutenberg finally feels complete – empowering you to design modern, responsive websites directly in the editor without adding a single new block.
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
- Make sure you have Node.js and npm installed.
-
From the plugin root, install dependencies:
npm install
-
To build the production assets:
npm run build
-
For development with automatic rebuilds on file changes:
npm run start