Back To Top – MOBILE

Posted in: Newsmag
Post count: 80

Hello TagDiv,

I need to create a mobile only ‘back-to-top’ button.
Is there a function on the theme that can allow me to do this?

Alternatively, is there a CSS where I can do this.

Thanks,

Post count: 6535

Hi

I assume that you’re referring at scroll to top button. You can make that button viable on mobile by adding this css in theme panel > custom code > custom css: http://screencast.com/t/aMOGjXdA

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

Thanks!

Post count: 80

Hi Andrei,

This has worked perfectly, thank you!

Post count: 80

Hi Andrei,

Will you be able to let me know what the original icon line was for scroll to top?
At the moment I changed it to:

<?php /* scroll to top */?>
<div class=”td-scroll-up”><i class=”fa fa-arrow-up”></i></div>

But I want to replace the “fa fa-arrow-up” to the original setting.

Thanks

Post count: 6535

Hi

This is the original line for Scroll to top button: http://screencast.com/t/9u828yT4zmKd

<div class="td-scroll-up"><i class="td-icon-menu-up"></i></div>

Thanks!

  • This reply was modified 10 years by Andrei L..
Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.