How to hide 'Back to top' arrow icon?

Posted in: Newspaper
Post count: 15

Any chances to hide td-scroll-up td-scroll-up-visible icon? Shall I use custom CSS with ‘display:none !important’ or something like that?

Post count: 23312

Hello homzik,

Try to use the code below and place it in Theme panel ->Custom CSS area.

The code is ->

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

Thanks.

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