Is there any way to change the color of the arrow and its position. ?

Posted in: Newspaper
Post count: 31

I want to change its colour and position…
See that https://ibb.co/wC2vC4r

Post count: 35449

Hi,

This can be done only with custom css -> https://i.imgur.com/Kdzl1uQ.png
.td-scroll-up .td-icon-menu-up {
color: lightblue;
}
.td-scroll-up {
background: black;
bottom: 80px;
}

The code need to be set in theme panel> custom code> custom css.

Hope this will help you!
Thank you!

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