Hey. How can I change the color of the arrow that raises to the top of the page

Posted in: Newspaper
Post count: 55

Hello. How can I change the color of the arrow that raises to the top of the page on the computer version of the site? Thanks for the reply.

Post count: 1043

Paste this code in the custom CSS section of the theme panel.
.td-scroll-up .td-icon-menu-up {
color: white;
}

Change the color to a color or color code of your choice.

Post count: 55

Thanks, but I meant the color of the square not the arrow itself. and the colour of the arrow is great i want to save it.

Post count: 1341

Try this code:

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

Post count: 55

Thanks,that code didn’t fit. Nothing has changed.

Post count: 1043

You should have been clearer coz you said arrow, not its background. The code by Edward should work unless you did not implement it correctly. Try this one instead
.td-scroll-up{
background-color:red !important;
}

Change the colour to what you want.

Post count: 55

Thanks, it worked

Post count: 1043

you are welcome.

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