Can I hide "go to the top" button from theme panel?

Posted in: Newspaper
Post count: 6

How can I hide “go to the top” button

Post count: 23312

Hello delgermurun,

Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

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

Thanks.

Post count: 6

It works.

Thanks

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