Back to top color

Posted in: Newspaper
Post count: 49

How can I make the back to top scroll a different color to the accent color? Thanks in advance

Post count: 22421

Hi,
Unfortunately the back to top icon can only be targeted with css as there is no theme setting for it. please use this code in the theme panel->custom css box:
.td-scroll-up{
background-color:red;
}

Thank you!

Post count: 49

Thank you, it worked

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