How can remove bottom to top option for mobile ?

Posted in: Newspaper
Post count: 28

Hi, is there any way to remove this bottom to top option for mobile devices ?
Remove Upgoing option

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/oizhZYJu

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

Thanks!

Post count: 28

Thanks Alin 🙂
It’s working Good.

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