Customize bottom arrow

Posted in: Newspaper
Post count: 44

Hi,
is it possible customize or remove the bottom arrow?
On mobile version the arrow create an horizontal scrollbar

https://imgur.com/a/QCKW8Yf

thanks
fabio

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!

Post count: 44

thank you

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