Back to Top

Back to Top is a small, self-contained utility widget: a floating button that stays hidden until the visitor scrolls past a chosen distance, then fades in and smooth-scrolls the page back to the top on click. It is intentionally minimal — there is no external stylesheet or heavy front-end library involved. The button’s positioning, fade […]

4 min read Updated July 23, 2026
Back to Top — features & options

Back to Top is a small, self-contained utility widget: a floating button that stays hidden until the visitor scrolls past a chosen distance, then fades in and smooth-scrolls the page back to the top on click. It is intentionally minimal — there is no external stylesheet or heavy front-end library involved. The button’s positioning, fade transition and scroll listener are all inline CSS and a tiny inline script keyed to the specific widget instance’s id, so dropping the widget anywhere on a page adds only a few lines of markup rather than pulling in a separate asset bundle.

What it does under the hood

On render, the widget prints a fixed-position `

Frequently asked questions

Since the button renders as a fixed-position element pinned to a screen corner regardless of where it sits in the page markup, the most common setup is adding it once to a Theme Builder footer or other global template part rather than placing it on individual pages.

Not through the widget’s controls. The Style tab only exposes Size, Background, Icon color and Corner radius — there are no separate hover-state color controls and the drop shadow is a fixed value baked into the widget’s inline styles rather than an adjustable control.

Still stuck?

We’re here to help

Can’t find what you’re looking for, or hit something that looks like a bug? Reach the support team or ask the community.