x

Smooth Scroll in Anchor Links

I made an anchor link on my website and want it to smoothly scroll.

Where would I add this on my website?

html {
  scroll-behavior: smooth;
}
1,008 Views
Message 1 of 6
Report
5 REPLIES 5
Square

You should be able to add it it Settings>SEO>Header, but it looks like the code is incomplete. Where did you find it? 

1,004 Views
Message 7 of 6
Report

I found the code on https://css-tricks.com/snippets/jquery/smooth-scrolling/

What can I do to make the code complete?
1,002 Views
Message 7 of 6
Report
Square

This app will also give you smooth scrolling: https://www.weebly.com/app-center/anchor2?ref=ac-search

1,004 Views
Message 7 of 6
Report
Square

It will probably need some style tags at the beginning and end. Otherwise the content will just show as text on your site. You can try:

<style>
html {
 scroll-behavior: smooth;
}
</style>

991 Views
Message 7 of 6
Report

Thank you!
968 Views
Message 7 of 6
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.