Style Editor Docs
     
  • Home
  • Add-ons
  • Templates
    • Zion
    • Alsten
    • Lemberg
    • Bergen
    • Hafen
    • Altona
    • Enkel
    • Horten
    • Hisingen
    • Agen
    • Tjörn
    • Halmstad
    • Öland
  • Support
    • Style Switcher
    • Common Issues
    • Installation
    • Guides
    • Blog
    • Updates
    • Marketplace
  • Home
  • Add-ons
  • Templates
    • Zion
    • Alsten
    • Lemberg
    • Bergen
    • Hafen
    • Altona
    • Enkel
    • Horten
    • Hisingen
    • Agen
    • Tjörn
    • Halmstad
    • Öland
  • Support
    • Style Switcher
    • Common Issues
    • Installation
    • Guides
    • Blog
    • Updates
    • Marketplace
  1. Support
  2. Style Switcher

Working with the Style Editor

Guides

In Admin mode of your website, you will find 3 buttons on the top of the left side:

 1. Open/close the advanced style editor
 2. Apply the changes button. Once you change the color or configuration class in style editor, you'll need to click the 'apply' button to see the changes. This button should be used also when you add a new widget o populate a new module.
 3. Refresh the page/iframe. Clicking this button, you'll refresh the admin iframe of your website. It should be used when using the variable tags without reload the whole website.
add-5 bg-lightgray

Editing

Open the Style Editor by clicking the left button and select an element to edit. You should point out the color cell.

add-5 bg-grey

Then "Select a color" button.

add-5 bg-grey

And change the default color for your own one.

add-5 bg-grey

Once changed the color, you click the save button.

add-5 bg-grey

To apply the new color to your website, click the right button "Apply" without reloading the page.

add-5 bg-grey

Template configurations

With template configurations you have an option to change the global styles of specific elements of your website. In the first line you can add a global helper class. On mouseover you can see all available classes for each section:

add-5 bg-grey

When you change the class, click the save button and then the "Apply" button to see the immediate change.

add-5 bg-grey

Configuration options

Global styles

  • has-left-nav
  • has-right-nav
  • has-center-nav
  • has-large-content
  • no-shopping-cart

Navigation styles

  • snip-nav
  • snip-nav --effect01
  • snip-nav --effect02
  • snip-nav --effect03
  • snip-nav --effect04
  • snip-nav --line01
  • snip-nav --line02
  • snip-nav --line03
  • snip-nav --line04
  • snip-nav --line05
  • size-13
  • weight-400
  • is-uppercase
  • is-letterspace-1
  • is-letterspace-2
  • is-letterspace-3 

If you remove the class 'snip-nav', your navigation won't have the underlined style, but the opacity for hover and active links.

There are 2 additional classes that can be used only with 'snip-nav':

--effect01, --effect02 etc -  different animation effect for underlined menu;

--line01, --line02 etc - the height of the line ( from 1px to 5px);

Content styles

  • form-white
  • form-line
  • form-dark
  • o-form
  • mid-round-btn
  • round-btn
  • dark-outline-btn
  • white-utline-btn

Footer styles

  • form-white
  • form-line
  • form-dark
  • o-form
  • mid-round-btn
  • round-btn
  • dark-outline-btn
  • white-outline-btn

Typography

  • weight-400
  • is-uppercase
  • is-letterspace-1
  • is-letterspace-2
  • is-letterspace-3
  • size-13
  • has-dark-link

Animations

  • wow fadeIn
  • wow fadeInUp

Adding a google font

01. Copy the below preset font and paste it to Edit Head section ( in Admin menu> Settings> Edit Head )


<link href="https://fonts.jimstatic.com/css?family=Poppins:400,500,600,700,800" rel="stylesheet" type="text/css"/> <style> /* <![CDATA[ */ #cc-inner h1.g-font,#cc-inner h2.g-font,#cc-inner h3.g-font, #hs-container.g-font,#hs-container.g-font h1,#hs-container.g-font h2,#hs-container.g-font h3,#hs-container.g-font h4,#hs-container.g-font span.fn,#hs-container.g-font p, #hs-container.g-font table, #hs-container.g-font td,#hs-container.g-font .hs-menu .nav li a,#hs-container.g-font .j-nav-variant-nested,#hs-container.g-font .j-nav-variant-standard,#hs-container.g-font .j-nav-variant-breadcrumb,#hs-container.g-font .slicknav_nav a,#hs-container.g-font ul.slimmenu li a,#hs-container.g-font .j-formnew input,#hs-container.g-font .hs-button,#hs-container.g-font a.j-calltoaction-link,#hs-container.g-font .cc-shop-addtocard,#cc-inner nav.g-font a,#cc-inner .j-formnew input.g-font,#cc-inner a.j-calltoaction-link.g-font,#cc-inner .hs-button.g-font { font-family: 'Poppins', sans-serif; } /*]]>*/ </style>

To change the preset google font, just change the font name (yellow color) for your own one. You can use the below website to pickup your own google font:

Font CDN

02. Open the Style Editor and add the class 'g-font' for the main elements of your website:

add-5 bg-grey

 

In case you wanted to apply the google font for all elements of your website, use the first line of 'Template configurations':

 

add-5 bg-grey

Common issues

- Using the apply button

When you add a new custom widget or populate a new Jimdo element ( e.g. button) you will see the default color and typography style setup in CSS. To see the updated styles of Editor, you'll need to click the "Apply" button.

add-5 bg-grey
add-5 bg-grey

- How to reset the Editor

If you made a mistake in Editor or removed some line or cell, you can reset the whole module:

 

01. Select one of the preset color styles using the 'Copy' button

preset styles

02. Go back to your Editor and select "Additional options"

add-5 bg-grey

 

03. Click "Edit HTML"

add-5 bg-grey

04. Remove the old Source Code and paste the new one from preset styles.

Click the save button and then "Apply" button to see the changes

add-5 bg-grey

- How to make a transparent header

Editing the Style Editor, you can choose the background color of your header that will be applied for the whole website. To make the header transparent like in Lemberg theme, you need to use the helper class has-transparent-header inside the variables of the hero section. 

add-5 bg-grey

<var> draggable-hero color-white g-font has-transparent-header </var>

When you add a new class to the variables, you'll need to click the refresh button ( 3rd button of the style editor) or simply reload the page to see the effect.

 

 

In case you added a class 'has-transparent-header' to the template with dark color navigation, you can improve the visibility of the dark color menu and hero image by adding the following class ' has-white-overlay' and 'has-sticky-white'.

- Reducing the spacing between the hero and content

The same way to reduce the space between the hero or header and content section. The correct class is 'has-no-gutter'

 

add-5 bg-grey

<var> draggable-hero color-white g-font has-no-gutter </var>

 

As you can see in my examples that the classes 'has-transparent-header' and 'has-no-gutter' have been used in hero variables code. In case you don't have a hero section ( sub-page), you can use the same classes inside any custom widgets having 'is-matrix-block' in the first code line ( all widgets of Block elements )


<div class="is-matrix-block has-no-gutter h-100 h-mobile is-parallax is--flex is-fullwidth rel no-padding" style=
"background: url('https://u.jimcdn.com/cms/o/sb2b5767bd6861c8a/userlayout/img/z-cover.jpg?t=1616195341') no-repeat center;padding:auto 0!important;background-attachment:scroll!important;background-size: cover!important;">
...



- Nav flickering

If you setup a large font size for the navigation ( e.g. size-20), you might see a flickering effect when the page is loading. This happens because the helper class is applied after the page is loaded. The solution is:

1) Add the same class for 'hs-menu' directly in HTML;

2) In style Editor add one of the animated effects: wow animated fadeIn or wow animated fadeInUp;

add-5 bg-grey

How to Edit

Find out how to edit your website using the advanced style editor.

read more
bg-lightgray add-20 mid-round

Documentation

Find out how to install/reset the style editor from scratch.

read more
bg-lightgray add-20 mid-round

Preset styles

9 preset Matrix Themes styles to restore the style editor.

read more
bg-lightgray add-20 mid-round

SUPPORT

  • Blog
  • Support center
  • Tutorials
  • Common Support issues
  • Updates

QUICK LINKS

  • Advanced Style Editor
  • Features
  • Pricing
  • Pre Purchase Questions
  • Marketplace
  • Zødiac Framework
  • Jimdo Creator

WIDGETS

  • Instagram feed
  • Team Showcase
  • Animations
  • Parallax widget
  • Full width widgets
  • Countdown Timer
  • All Widgets

GET INSPIRED

  • Showcase
  • Custom widgets
  • Enterprise Package
  • No coding features
  • Matrix variables
  • Dolphin Block Elements
hide-in-doc-page

Showcase
draggable-logo

 

Main colors
   bg-primary
   bg-primary-light
   bg-primary-dark
   bg-secondary
   bg-secondary-dark
Template sections
   body
   top-header
   header
   content
Footer Styles
   background
   text color
   link color
   horizontal line
Buttons
   style 1
   style 2
   style 3
Other elements
  social icons
  navigation color
  subnav background
Mobile navigation
   background color
   navigation color
Template configurations
has-center-nav g-font
navigation styles
size-15 weight-400 snip-nav is-uppercase --line01
content styles
form-white
footer styles
o-form  color-white
Typography
Heading H1
weight-600 is-uppercase
Heading H2
weight-600 is-uppercase
Heading H3
weight-600 is-uppercase
Buttons
weight-600 is-uppercase
Animations
none

Note:
All changes made here will be applied to your entire website.
is-switcher admin-only

MATRIX THEMES

STAND OUT WITH A PROFESSIONAL JIMDO WEBSITE

About | Privacy Policy | Cookie Policy | Sitemap
Copyright © 2022 All rights reserved
Log in Log out | Edit
  • Style Switcher
  • Common Issues
  • Installation
  • Guides
  • Blog
  • Updates
  • Marketplace
  • Scroll to top
Close