> For the complete documentation index, see [llms.txt](https://ova-themes.gitbook.io/tripgo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ova-themes.gitbook.io/tripgo/faqs/hide-scroll-to-page.md).

# Hide Scroll To Page

If you want to hide "scroll too page" button at bottom right page, you can add bellow CSS to style.css file or Apperance >> Customize >> Addtional CSS

```
#scrollUp{
display: none;
}
```

<figure><img src="https://4212765544-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZOiVMEtQvzvKpud2EtLj%2Fuploads%2FEKXSfTS7RXvHmChyJC9e%2FScreenshot%202025-01-13%20at%2010.54.57.png?alt=media&amp;token=39a2b4a3-7fcc-420d-bfaf-29f9b420437f" alt=""><figcaption></figcaption></figure>
