Hi @keehwan1 To implement a go-to-top component that appears on every page, you can use a combination of HTML, CSS, and JavaScript
Add the following HTML code to your page template or layout file, where you want the go-to-top component to appear<div id="go-to-top">
<a href="#" title="Go to top"><i...