How to hide to top button/symbol

Posted in: Newspaper
Post count: 24

Hello dear team i am trying to turn off to top button/symbol, even i have turned it Off from theme panel but it is still showing on right bottom, is there any code which can work to hide this to top button/symbol?
Kind regards

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.