Eliminate Arrow in bottom right

Posted in: Newspaper
Post count: 10

How do I eliminate the arrow in the bottom right that brings the user to the top of the page?

I want to get ride of it on both desktop and mobile site on every page and post.

Can’t find how to get rid of it for some reason.

Thanks.

View post on imgur.com

Post count: 22421

Hello,

You can use this css code to get rid of the arrow:
.td-scroll-up{
display:none!important;
}

Thank you!
Bogdan B

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