Trouble disable back to top button

Posted in: Newspaper
Post count: 107

I just tried to hide back to top button with code below on Costum CSS:

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

But the code doesn’t work for my blog.

Post count: 22421

Hello,

You forgot to put the dot in from of the class:

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

Thank you!

Post count: 107

It’s work now.. thank you for your help

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