How to disable "back to top" button on mobile ?

Posted in: Newspaper
Post count: 12

The “back to top” button on mobile (tagdiv mobile app) is cover my content and adsense ads. How can i hide or disable it?

Post count: 23312

Hello

Please try the code below and place it in Theme panel->Custom CSS Area.

The code is ->

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

Thanks.

Post count: 12

Hello. Did you mean “custom css” in “Plugins settings > Mobile theme” or in “MISC > Custom code” ?

Post count: 23312

Hello gvdk,

You have to add your custom CSS code in this area, like this -> http://screencast.com/t/4R6MDtmEE

Thanks.

Post count: 12

Thanks. I added to “Plugins > Mobile > Custom code” and it work.

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