Disable 'Go to top' button

Posted in: Newsmag
Post count: 17

Hi. I want to disable the ‘Go to top’ button that appears in the right-down corner in desktop devices when you go down in a website. How can I do it? I haven’t found anything about it in the theme panel.

Post count: 23312

Hello FranciscoFdez,

Try the code below ->

.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.