Skip to content
  • Home
  • Features
    • Matrix Framework
    • Matrix One
    • Plugin Toolkit
    • Matrix Library
  • Templates
  • Support
  • Pricing
  • Home
  • Features
    • Matrix Framework
    • Matrix One
    • Plugin Toolkit
    • Matrix Library
  • Templates
  • Support
  • Pricing
  1. Support

Matrix Framework

UI Design System

A comprehensive collection of UI components for Matrix Framework documentation. Copy and use these elements in your projects.

HTML
<style type="text/css">
/*<![CDATA[*/
   @import url("04-custom-widgets.css");
   @import url("05-helper-classes.css");
   @import url("06-media-queries.css");
   @import url("07-admin-menu.css");
   @import url("08-libraries.css");
   @import url("09-updates.css");
   @import url("10-style-editor.css");
   @import url("11-matrix-ui.css");
/*]]>*/
</style>

Quick Navigation

Alert Boxes Code Blocks Tags & Badges Typography Buttons Cards Tables Lists Blockquotes Dividers Screenshots Announcements Changelog Accordion/FAQ Progress Misc Elements

Alert Boxes

Use these alert boxes to highlight important information, warnings, errors, and success messages in your documentation.

Info: This is an informational message. Use it to provide helpful tips or additional context to the user.
Success: Your changes have been saved successfully. The configuration is now active.
Caution: Please review your settings before proceeding. This action may affect your existing configuration.
Error: Something went wrong. Please check your input and try again.
Note: This is a general note. Use it for additional information that doesn't fit other categories.
Tip: Here's a helpful tip to improve your workflow. Try using keyboard shortcuts for faster navigation.

Inline Code

Use the inline-code class for inline code snippets like const variable = "value" within text.

<code class="inline-code">your code here</code>

Code Block with Header

matrix-config.js
const MatrixConfig = {
  features: {
    pageBuilder: true,
    styleEditor: true,
    megaMenu: true
  },
  version: '1.5.0'
};

Simple Code Block

npm install matrix-framework
npm run build
npm start

Code Block with Language Badge

HTML
<div class="matrix-container">
  <header class="matrix-header">
    <h1>Welcome to Matrix Framework</h1>
  </header>
  <main class="matrix-content">
    <p>Your content here</p>
  </main>
</div>

CSS Code Block

CSS
.matrix-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  background: var(--color-bg);
}

Basic Tags

Default Primary Secondary Accent
<span class="tag">Default</span>
<span class="tag tag-primary">Primary</span>
<span class="tag tag-secondary">Secondary</span>
<span class="tag tag-accent">Accent</span>

Status Tags

Active Pending Deprecated Beta

Version Badges

v1.5.0 New Updated Deprecated

Pill Tags

JavaScript CSS HTML Jimdo WCAG

Icon Tags

Verified In Progress Closed

Headings

Heading 1 - Main Title

Heading 2 - Section Title

Heading 3 - Subsection

Heading 4 - Component Title

Heading 5 - Small Heading
Heading 6 - Smallest Heading

Text Styles

Large text for introductions and lead paragraphs.

Regular paragraph text. This is the default body text style used throughout the documentation.

Small text for captions, footnotes, and supplementary information.

Muted text for secondary information with reduced emphasis.

Text Formatting

Bold text for strong emphasis.

Italic text for emphasis or terminology.

Underlined text for special attention.

Strikethrough text for deprecated content.

Highlighted text for important information.

Text with documentation link styling.

Gradient Text

Build amazing websites

<h2 class="gradient-text">Build amazing websites</h2>

Icon Buttons

Button Group

Feature Cards

Page Builder

Drag-and-drop interface for building complex layouts with ease.

Learn more →

Style Editor

Advanced style editing with CSS variables and real-time preview.

Learn more →

Info Card

Quick Start

Getting Started with Matrix Framework

Follow these steps to set up Matrix Framework in your Jimdo website. The installation process takes about 5 minutes.

1

Download the Framework

Get the latest version from GitHub

2

Add to Head Section

Include the CSS and JS files

3

Configure Settings

Set up your preferences

Link Cards

📚 Documentation
Complete guides and API reference
💡 Examples
Code samples and demos
🛠️ API Reference
Detailed function documentation
🎨 Themes
Pre-built theme templates

Basic Table

Property Type Default Description
pageBuilder Boolean true Enable or disable the page builder feature
styleEditor Boolean true Enable or disable the style editor
debugMode Boolean false Enable debug logging in console
version String "1.5.0" Current framework version

Comparison Table

Feature Starter Professional Enterprise
Core Framework ✓ ✓ ✓
Page Builder – ✓ ✓
Mega Menu – ✓ ✓
Priority Support – ✓ ✓
Custom Development – – ✓

Checklist

  • ✓ Install Matrix Framework
  • ✓ Configure basic settings
  • Set up page builder
  • Customize styles

Definition List

Page Builder
A visual tool for creating page layouts using drag-and-drop functionality.
Style Editor
An advanced interface for customizing CSS variables and styles in real-time.
Mega Menu
A multi-column dropdown menu system with support for images and rich content.

Blockquote with Citation

"The best framework for Jimdo development. Easy to use, well documented, and incredibly powerful."

— Developer Review, 2026

Feature Callout

🚀

Pro Tip

Use the keyboard shortcut Ctrl + S to quickly save your changes in the page builder.

Basic Divider

Content above the divider


Content below the divider

Dashed Divider

Content above the divider


Content below the divider

Divider with Text

OR

Gradient Divider


Keyboard Keys

Press Ctrl + C to copy

Press Ctrl + V to paste

Press Ctrl + Shift + S to save as

Press Esc to close modal

Browser Frame

     
https://www.matrix-framework.com
Screenshot placeholder - Replace with your image
<div class="browser-frame">
  <div class="browser-frame-header">
    <div class="browser-frame-dots">...</div>
    <span class="browser-frame-url">URL here</span>
  </div>
  <div class="browser-frame-content">
    <img src="your-image.png" alt="Description">
  </div>
</div>

Screenshot with Shadow

Screenshot with hover effect
<div class="screenshot">
  <img src="your-image.png" alt="Description">
</div>

Screenshot with Border

Simple bordered screenshot
<div class="screenshot-bordered">
  <img src="your-image.png" alt="Description">
</div>

Announcement Box

🚀

Version 1.5.0 Released!

Introducing Page Builder, improved Style Editor, and much more.

Learn More →
<div class="announcement">
  <div class="announcement-icon">🚀</div>
  <div class="announcement-content">
    <h4>Your Title</h4>
    <p>Your message here.</p>
  </div>
  <div class="announcement-action">
    <a href="#">Action →</a>
  </div>
</div>

Banner Announcement

📢 New: Check out our updated documentation for Matrix Framework 1.5.0

Changelog Card

Version 1.5.0

Latest
March 1, 2026

  Added

  • Visual Page Builder with drag-and-drop interface
  • Advanced color picker with opacity support
  • New mega menu feature for navigation

  Changed

  • Improved Style Editor performance
  • Updated documentation structure

  Fixed

  • Color picker freeze issue on first click
  • Fixed issue where duplicating a fullwidth page builder module using Jimdo's native CMS duplicate feature caused the new module to be invisible (opacity: 0) until page reload

FAQ Accordion

Download the framework files from GitHub, add the CSS to your head section and the JavaScript before your closing body tag. Then configure your settings in matrix-config.js.

Yes, Matrix Framework is designed to work with all Jimdo Creator templates. Some features may require minor CSS adjustments depending on your template.

Yes, with a Professional or Enterprise license, you can use Matrix Framework for commercial client projects.

Progress Bar

Installation Progress 75%
Download 100%

Steps Progress

✓
Download
✓
Install
3
Configure
4
Complete

Copy Input Field

Tooltips

Hover over this text This is a tooltip message to see the tooltip.

Video Embed Placeholder

Click to play video

Get started
Gobal colors
  bg-primary
  bg-primary-light
  bg-primary-dark
  bg-secondary
  bg-secondary-dark
Template colors
  body
  top-header
  top-header-inner
  header
  header-inner
  navigation-inner
  navigation color
  dropdown background color
  content
Footer Styles
  background
  text color
  link color
  horizontal line
Buttons
  style 1
  style 2
  style 3
  text color
Mobile navigation
  background color
  navigation color
Other elements
  social icons
  top header border
  header border
  nav inner border
  footer border
 
Template configurations
 
has-sticky-logo has-large-header primary-font has-center-nav has-header-blur no-shopping-cart
 
Top header inner
 
 
 
Header inner
 
 
 
Navigation inner
 
 
 
Navigation styles
 
size-15 weight-400 color-nav
 
Sub-menu (breadcrumbs) styles
 
size-15
 
Mobile Navigation styles
 
size-30
 
Content styles
 
form-white
 
Footer styles
 
o-form has-thin-border has-border-style-solid has-border-top has-footer-border-color
 
Footer background image
 
 

 

Typography

Heading H1
weight-400
 
Heading H2
weight-400
 
Heading H3
weight-400
 
Body text (p, table, td)
 
 
Buttons
weight-400
 
 
Advanced settings
 
Custom CSS

#cc-inner .my-class {

color:#f0f0f0;

}

/* MATRIX-CUSTOM-MODULES-START */

#cc-m-7792741551 h1, #cc-m-7792741551 h2, #cc-m-7792741551 h3 {font-size:20px !important;}

#cc-m-7792741851 h1, #cc-m-7792741851 h2, #cc-m-7792741851 h3 {font-size:20px !important;}

#cc-m-7792930551 h1, #cc-m-7792930551 h2, #cc-m-7792930551 h3 {font-size:20px !important;}

#cc-m-12388126494 h1, #cc-m-12388126494 h2, #cc-m-12388126494 h3 {font-weight:600 !important;}

#cc-m-12388126494 h1, #cc-m-12388126494 h2, #cc-m-12388126494 h3 {font-size:40px !important;}

/* MATRIX-CUSTOM-MODULES-END */

/* MATRIX-GLOBAL-SETTINGS-START */

:root {

--content-width: 1170px;

--special-pages-content-width: 900px;

}

/* HAMBURGER-BAR-START */

:root { --hamburger-btn-background: transparent; --hamburger-btn-bg: transparent; --hamburger-btn-bg-active: transparent; }

/* HAMBURGER-BAR-END */

#cc-inner #hs-container .j-formnew input[type='submit'],

#cc-inner #hs-container input.submitUser,

#cc-inner .hs-button,

#cc-inner .j-calltoaction-link,

#cc-inner input.cc-checkout-btn,

#cc-inner a.cc-shop-addtocard {

padding: 14px 35px !important;

border-radius: 8px;

}

/* MOBILE-FULLWIDTH-BUTTONS-START */

@media only screen and (width <= 746px) {

#cc-inner #hs-container .j-formnew input[type='submit'],

#cc-inner #hs-container input.submitUser,

#cc-inner .hs-button,

#cc-inner .j-calltoaction-link {

width: 100% !important;

margin: 5px auto 0 auto;

box-sizing: border-box;

text-align: center !important;

}

}

/* MOBILE-FULLWIDTH-BUTTONS-END */

/* MATRIX-GLOBAL-SETTINGS-END */


Note:
All changes made here will be applied to your entire website.
Matrix Framework
draggable-logo

Matrix Framework

Build faster, smarter, and more flexible Jimdo websites.

has-right-col-border

Products

Matrix Framework

Matrix One

Matrix Plugin Toolkit

Resources

Support

Matrix Academy

FAQs

Changelog

Community

Showcase

Marketplace

Blog

Archive


About | Privacy Policy | Cookie Policy | Sitemap | Withdraw contract
Created with Jimdo
Log in Log out | Edit
  • Scroll to top
Close