How to remove icon menu up

Posted in: Newspaper
Post count: 14

HI,

How do I remove the icon menu up when you scroll all the way down of a page?

Matthijs

Post count: 20688

You can remove the scroll up icon by entering this code in Theme panel->Custom Css

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

Thanks

Post count: 14

Thanks Simon:)

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