How to remove the scroll up button?

Posted in: Newspaper
Post count: 34

How do I remove the little square button that appears on the right side of my site when I scroll down a little?

Post count: 35449

Hi,

In order to hide the back to top button you’ need to us a custom css, here is the code:
.td-scroll-up-visible{
display: none;
}

You need to past the code in Newspaper>Theme panel>Custom code>Custom css

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.