> 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="/files/llwyxTfduWuXqRYD22zY" alt=""><figcaption></figcaption></figure>
