Can't remove scroll up button

Posted in: Newspaper
Post count: 87

Hi,

I tried:

.td-icon-menu-up {
display: none;
}

Not working after latest update.

Java is display block important.

How to hide scroll up button?

http://www.a-c-d.net

Thanks

Ben

Post count: 27744

Hello,

To hide the scroll to the top, you need to use a custom code CSS =>

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

The code needs to be set in Theme panel -> Custom code -> Custom CSS => https://www.screencast.com/t/fxetQe24ZHf
To remove if you have the tagDiv Standard Pack plugin active then you need to comment this line => https://www.screencast.com/t/NRBxqmUp4I from this path
wp-content/plugins/td-standard-pack/Newspaper/header.php
but if you have the tagDiv Standard Pack plugin disabled then to comment the line go in
wp-content/plugins/td-composer/legacy/Newspaper/header.php
=> https://www.screencast.com/t/OWhnxwfS

Thank you!

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