For the complete documentation index, see llms.txt. This page is also available as Markdown.

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;
}

Last updated