How to remove the scroll-up button in the lower right corner?

Posted in: Newspaper
Post count: 87

I tried:

.td-icon-menu-up {
display: none;
}

Without luck.

Thanks

Post count: 87

I used:

.td-scroll-up {
display: none;
}

And it works, thanks!

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