Skip to content

ClassyBlocks - Configuration

Configuration

CSS frameworks

Go to CSS Classes > Settings to enable/disable the frameworks:

Framework Recommended use
Bootstrap Sites already using Bootstrap
Tailwind CSS Utility-first, CDN bundle
Bulma Pure Flexbox, lightweight
UIkit Complete components
Materialize Material Design
Pure CSS Minimalist
Spectre Micro-framework
Semantic UI Semantic classes
Foundation Full framework

Each framework can be enabled separately for Editor, Admin, and Frontend.

Create a class

  1. Go to CSS Classes > Dashboard
  2. Click Add New Class
  3. Enter a name and CSS properties (e.g. color: red; font-size: 18px;)
  4. Add any pseudo-states (:hover, :focus, :active, :visited)
  5. Save and assign a pack

Use classes in Gutenberg

  1. Open a post/page with Gutenberg
  2. Select a block
  3. In the sidebar, open the ClassyBlocks panel
  4. Check the classes to apply (live preview included)

Back to overview | Installation