remove 'Scroll To Top' Button

Posted in: Newspaper
Post count: 50

how to remove the ‘Scroll To Top’ Button?

I tried


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

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

but it does not work

Post count: 27744

Hello,

You can disable the back to the top from Theme Panel -> Template Settings -> ToTop button => https://www.screencast.com/t/JVYklvqk (if you have the mobile page or mobile resposive)
Also, for the mobile theme plugin, you can only hide using a Custom Code CSS
.td-scroll-up
{
display: none;
}

Set the code in Newspaper -> Theme panel -> Mobile Theme -> Custom code.

Thank you!

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