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