Go to top arrow

Posted in: Newspaper
Post count: 8

Hello, I’ve been using Mintyside template and there is a brown arrow at the bottom right that sends the user back to the top of the page. Recently, a grey box also appeared that does the same thing, how do I get rid of it?

Also, can I change the color of this button?

My URL is alohawithlove.com.

Thanks

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.

That box which appear there it could be from a plugin because we don’t have this thing in our theme. Please look about other plugin settings.

Thank you!

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