Set an Element ID and use it to create an anchor link that takes you to a section on a page.
This video features an old UI. Updated version coming soon!
This video features an old UI. Updated version coming soon!
Transcript
This video features an old UI. Updated version coming soon!
Section links or anchor links allow you to link to specific sections in a webpage. To create an anchor link, you'll first need to set an element ID on that section.
An element ID can also be used in custom code to point to a style in a style sheet or to manipulate a specific element with JavaScript. However, the most come use for an ID is in section links or anchor links to different sections on a page.
You can assign an ID to any select element in the Settings panel (D).
An element ID should be unique for each element. It must contain at least one character and cannot contain any space characters.
Configuring a section link
Select the link element that you want to take you to a section on your page
In the settings panel, select the section ID from the page section dropdown menu
Configure the scroll time
Now, if you want to change the default scroll speed - we need to select our Body element, and then go over to our element settings where we can add a custom-attribute, data-scroll-time.