The new options for background image, it's title and advanced settings in Matrix themes
In the admin menu, go to Design > Background, and click on the plus symbol to choose the desired background type.
In the background section, you can choose to use an image, slideshow, YouTube video, or simply a background color.
In Matrix themes, this feature by default has a value height "0," which means it's not visible unless you add the variables tag.
<var> draggable-hero color-white g-font </var>
You can add additional classes such as color-white for white color text and g-font to use Google font
To make a transparent header with absolute position, just add a class 'has-transparent-header' to the code of draggable hero:
<var> draggable-hero color-white g-font has-transparent-header</var>
<var> draggable-hero color-white g-font has-fullscreen-hero</var>
With the same way you can display a bottom arrow (not clickable):
<var> draggable-hero color-white g-font has-transparent-header has-btm-arrow </var>
You can display the inverted color for the logo and navigation ( like in Lemberg theme)
<var> draggable-hero has-nav-inverted has-logo-inverted color-white g-font has-transparent-header has-btm-arrow </var>
In order to make your navigation or hero title well visible on hero image, this section has a black overlay. To remove it, go to Menu> Settings> Edit Head > select a page and add a body class 'no-hero-overlay'. This option is available only for Jimdo Pro or Business package which allows you to add a custom code or body class to individual pages
You can replace the default hero image on your website with any custom widget.
Choose a widget from the 'Block elements' section, which contains full-width sections. Adding it as the first element in the content section allows you to eliminate the space between the header and content. To achieve this, add the class 'has-no-gutter' to the first line of the custom code.
<div class="is-matrix-block has-no-gutter has-transparent-header...