How to hide a Scroll-to-Top Button (all devices)

Posted in: Newspaper
Post count: 40

Hi,
is there any functionality to hide the button?
or is it necessary css?

Post count: 35449

Hi,

Unfortunately this can be achieve only with a custom css. If you want to remove it from all devices, you can use this custom css:
.td-scroll-up-visible {
display: none;
}

The code need to be set in theme panel> custom code> custom css.

Thank you for your understanding!

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