Remove the "Scroll to top" button

Posted in: Newspaper
Post count: 7

When the user scrolls to the bottom, there is a small button at the bottom right (for scrolling to top).
How can I remove this button, as it is interfering with my live chat widget?

Post count: 1043

Paste this in Newspaper>Theme Panel>Custom Code>Custom CSS

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

Post count: 7

Thanks epickenyan.
However, I would prefer a solution that does not bloat my site with unnecessary html, js & css.
This means that it would be better for this script not load entirely instead of loading hidden.

Post count: 1043

Just ask the tagdiv team where the code for that is located. (I don’t work here).

Post count: 7

Where do I ask tagdiv (I thought here) ?

Prefrably, I would like a solution that does not involve editing the theme files.

Post count: 23312

Hello shaial,

That code should have to be added to Custom CSS area in Theme panel.

Thanks for the message!

Post count: 1043

@shaial. You just ask them in this forum. Unfortunately, you will have to edit theme files if you want to remove any code associated with the button and there is no workaround. Maybe @catalin can show you where the code for the button is located in the theme files.

Post count: 23312

Hello,

Please check the style.css core file because there was created this button, like this -> https://www.screencast.com/t/Mk0pCiWyO

Hope this helps!

Thanks for the message!

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