How to Remove scrolling Button

Posted in: Newspaper
Post count: 1

Hello sir,

I want to remove the scrolling button from Newspaper theme. I don’t know how to remove that please tell me if anyone knows.

Post count: 21065

Hello!

The back to top arrow can be change only using css code. For example if you want to remove that arrow you can use this css code:
.td-scroll-up {
display:none;
}

Set this code in Newspaper -> Theme panel -> Custom code -> Custom css.

Thank you!

  • This reply was modified 5 years by Bettina.
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.