Inside the "Template" directory, you'll find a page titled "Blank Starter Template". This template includes a navigation bar and a footer - the ideal starting point for your pages.
1. Duplicate the Blank Starter Page template
2. Copy and paste blocks to the newly created page:
Copy Sections from any page, then paste them into the body of your newly created page. Also you may copy sections from any page listed on the main landing page.
The Style Guide page demonstrates the display of all base elements found in the template and is a good place to start familiarising yourself with the template.
You'll also find a section demonstrating how to correctly use the associated utility classes.
Instead of using classes, you must click the header then in the Selector drop-down where you would type in the class name, select “All H1 Headings” then make your change. Same goes for all base heading elements. Click the element, choose “All heading 5”, then any changes you make to that will be reflected across all in the site.
Follow the same procedure for body text and paragraphs - which are specified on the Body element. Select the body element, and from the Selector dropdown, choose “Body (All Pages)” and change the typography settings for that element. These styles then flow through to the paragraphs and other generic text elements in the site.
Content is structured using the CSS grid layout property and uses various Gap modifier classes to set the desired amount of spacing between grid items. This spacing is based on the base line height unit (24px), as such when you see a class such as "Gap 2" the "2" in this case will mean that the grid gap is 48px, as this is 2 times the base line height unit of 24px. Note: the default space between both the Columns and Rows classes is 24px.
The class reference for grids is as follows:
Modifier classes are as follows:
The template uses 5 container sizes to house the contents in most sections. For your convenience, you can use these classes to easily contain content in your sections:
Additionally, use the class Align Center to align the container in the center of its parent element.
Ensure that the Back To Top Button symbol is the first element inside the body.
Then, ensure the page has a Page Scrolled interaction with the Hide Back To Top Button interaction activates when the page scrolls up, and the Show Back To Top Button interaction activates when the page scrolls down.
Unfortunately Webflow does not allow dynamic coloring of SVG icons and dividers. To change the icon or divider color from the default:
Inside the Project Settings, in the Custom Code tab you'll notice some style code has been added to the head of each page:
This code is to ensure that the text rendering is smooth and consistent across all browsers. It does not require any action on your part.
For further information, please consult the Webflow documentation or reach out to us via the our support page.