Close

Instructions

things were made to simplify

Classes — 01

Classes are named according to what they are or what they do — headings and paragraphs/texts have different sizes, so their classes are like this:

.Heading Huge
.Heading Large
.Text Large
.Text Regular

Classes — 02

Class names describe the sections and their inner elements as much as possible, usually relating the children with their top parents — the section is the top parent.

.Section / Testimonials
.Grid Testimonials
.Testimonial Card

Classes — 03

Combo classes are used when an element requires a different styling from its initial — a heading set with the class "Heading Medium" needs a blending effect called "color burn".

In this case, the heading would get the following classes:

.Heading Medium
.Is Color Burn

Note: The prefix "Is" — like in "Is Color Burn" is used when the additional class forms with the initial class a combo that could potentially be used on other parts of the website.

Classes — 04

Besides the prefix "Is", the additional class can also get the prefix "For" — the "For" is used the the additional class does something that is specific to that element.

We use many title wrappers to control the max-width of a heading. The class "Title Wrapper" has no styling at all, so we add a second class with the "For" if the heading in particular needs special treatment.

.Title Wrapper
.For Testimonials

Spacer

Spacers are used only between sections — the spacer is an element that sets the vertical spacing. They can get an additional class when the spacing between the sections in question requires some special treatment.

The additional class gets the prefix "before" or "after".

.Spacer
.After Hero Blog

Navigation

Since the navigation is hidden by default, you need to make it visible (on the designer) to edit it. It's very simple. Se steps below.

Step 1: Select the "Side Menu" element under the "Nav Symbol".

Step 2: On the styling panel, you will see the the element has it's display mode set as "none". To access its content, set the display mode to "Flexbox". IT MUST BE A FLEXBOX.

Step 3: Once the changes are made, set the display to none. This will hide the side menu again.