Scroll to Top Button

I’m trying to change the color of the scroll to top button but can’t seem to find where to do it.

I’ve already changed the element color which handled the search (and I think Read More)

Thanks in advance for your help!

I think that there were option to change that but I am not sure which one. For me it is easier to write CSS than trying to find which options handled it.

Add this to Theme Options - Other - Custom CSS. It will change button color only on hover

.scroll-to-top:hover {
    background: #111;
}

Thanks for such a quick reply :slight_smile: