How to change the colour of the scroll to top button on the theme?

Posted in: Newspaper
Post count: 1

I have been trying to figure this out for like hours

Post count: 23312

Hello,

There is an option for it in Theme panel which changes the color of this button. It is the accent color -> https://www.screencast.com/t/AzFdYBSHH49B Also, if you want to change only that button, you should use the code below and place it in Theme panel -> Custom CSS area.

The code is here ->

.td-scroll-up{
background-color:red;
}

Thanks.

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