Scroll to Top Button not showing on Mobile

Posted in: Newspaper
Post count: 2

Can you please tell me how to activate it? Thank you.

Post count: 22421

Hi,

The icon was hidden with css for mobile, but you can activate it with this code:
@media (max-width: 767px){
.td-scroll-up-visible {
display: block!important;
}}

Simply add the code in the theme panel -> custom css box.

Thank you!

Post count: 2

Thank you so much Bogdan for help. It works great.

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