The Module Navigator is a powerful admin tool that provides a comprehensive overview and navigation system for all modules on your Jimdo website. It allows you to quickly locate, identify, and navigate to any module on the current page through an intuitive popup interface.
Enable the Module Navigator in your `MatrixConfig.js`
```javascript
var MatrixConfig = {
features: {
moduleNavigator: true, // Enable module navigator
// ... other features
}
};
```
bg-primary | |
bg-primary-light | |
bg-primary-dark | |
bg-secondary | |
bg-secondary-dark |
body | |
top-header | |
top-header-inner | |
header | |
header-inner | |
navigation-inner | |
navigation color | |
dropdown background color | |
content |
background | |
text color | |
link color | |
horizontal line |
style 1 | |
style 2 | |
style 3 | |
text color |
background color | |
navigation color |
social icons | |
top header border | |
header border | |
nav inner border |
Template configurations | |
|
|
Top header inner | |
Header inner | |
Navigation inner | |
Navigation styles | |
snip-nav --line01 is-uppercase size-13 | |
Sub-menu (breadcrumbs) styles | |
size-15 | |
Mobile Navigation styles | |
size-30 | |
Content styles | |
form-white mid-round-btn | |
Footer styles | |
o-form color-white white-outline-btn mid-round-btn | |
Footer background image | |
Typography |
|
Heading H1 | |
weight-400 | |
Heading H2 | |
weight-400 | |
Heading H3 | |
weight-400 | |
Buttons | |
weight-400 | |
Advanced settings | |
Custom CSS | |
#cc-inner .my-class { color:#f0f0f0; }
|