The Rapid Scroll to Top Button

Posted in: Newsmag
Post count: 7

Hi Team,

I would like to remove the rapid scroll to top button which it seems may be controlled by:
.td-scroll-up .td-icon-menu-up

How can I do that please?

Thanks
Ken

Post count: 23312

Hello kenview,

If you want to disable the Back to Top button, you should use a bit of CSS code to hide it. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-scroll-up-visible{
display:none;
}

Thanks.

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