Here's how I did it: 1. Name and enter your link:
ex: #about
2. Add your anchor:
code block:
<p id="about"></p>
3. Smooth our scroll:
Open custom css and add:
html {
scroll-behavior: smooth;
}
Site is still private for a client but I can link to it as proof once it's live.