How To Remove Back To Top

Posted in: Newsmag
Post count: 47

How To Remove Back To Top in theme Newsmag because in mobile Back to Top not showing… i dont like this

Post count: 47

Or how to display the Back to Top on mobile… Thanks sir

Post count: 23312

Hello newbietamvan,

You should use the code below and place it in Theme panel->Custom CSS area.

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

The result is here -> https://www.screencast.com/t/XZnaOmkpp1

Thaks for the message!

Post count: 47

Thanks Sir 😀

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