Mobile version no "Back to Top" button

Posted in: Newspaper
Post count: 26

Hi,

I realise there is no “back to top” button on mobile devices.

Is there anyway to activate it?

anson.thecrewtimes.com

Thanks

Post count: 20688

Hi,

If you are using the mobile theme a scroll to top is displayed. If you do not use it, you could activate it with a code like this – https://www.screencast.com/t/kmewhpua
You just need to enter it in Theme panel->Custom Css section

@media (max-width: 767px) {
.td-scroll-up {
display: block;
}}

Thanks

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