toTop button on mobile theme

Posted in: Newspaper
Post count: 57

Hello,

I’d like to disable toTop button on mobile theme.

In template settings I set:

ENABLE BUTTON (Show the toTop button) ON
SHOW ON MOBILE (Enable the button on mobile devices) OFF

But I still see toTop button on mobile theme page.

Thank you

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!

Post count: 57

Thank you a lot.
CSS code is working.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.