How to remove "Back to top"?

Posted in: Newspaper
Post count: 3

How do I remove the “Back to top” box in the bottom right corner?

I tried the following in CSS, but didn’t work.

.single .default-wp-page,
.back-to-top a{
display: none;
}

.back-to-top a{
display: none;
}

Thank you sir.
Jonas

Post count: 23312

Hello Jonas,

If you want to get rid of the Back to the top box, please try to use a bit of CSS code to do that. Place the code below in Theme panel->Custom CSS area.

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

Thanks.

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