How to disable ToTop button in Mobile Theme

Posted in: Newspaper
Post count: 28

Hi support, is there any method to disable ToTop button in Mobile Theme (not responsive mobile).
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!

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