How to change color of the arrow?

Posted in: Newspaper
Post count: 21

Hi, I might be blind but I can’t find where to change the color of the arrow see link.

https://cloud.h4ck.se/index.php/s/siQfJQxWeJwTNfK

thanks tons!

Post count: 18283

Hello !

Here is a CSS code in order to change the arrows color: .td-scroll-up .td-icon-menu-up {
color: red;
}

The code must be pasted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 21

thanks, anyway to change the background of the arrow?

Post count: 18283

Hello !

Sure ! Here is the CSS Code: .td-scroll-up {
background-color: black;
}

Thank you !

Post count: 21

thanks tons!

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