#section-id
to the URL upon clicking without reloading the page; removing the hash requires custom JavaScript.To create anchor links in Webflow without changing the full URL (or just appending the hash #
), follow these steps using Webflow’s native linking and ID system.
about
, contact
, features
).#about
).#about
, etc.) to the URL when an anchor link is clicked.#section-id
from appearing in the address bar without custom JavaScript, but the base URL remains the same (no page reload occurs).To create anchor links in Webflow, assign a unique ID to your section and use the Page Section linking option. The site address won’t change except for the addition of a #section-id
fragment, which is standard browser behavior. Removing the fragment altogether requires custom JavaScript, which Webflow does not do by default.