Site logo

Archived topic

Back To Top And Scrolling Button Colors

5 replies · Started by Valen on April 4, 2018

Viewing posts 1–6 of 6

In the help section, it said I could change the back to top button color under the footer color settings, but that didn't work. Where do I go to change the colors of the back to top and scrolling button? Thanks, Valen

Great, I found it, but also how about the scrolling button that is still a maroon color on the very right edge of the screen? Thank you!

In "Customize > Additional CSS", find and remove this CSS:

/*SCROLLBAR*/

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #9E5676;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #9E5676;
    opacity: .5;
}

Thanks so much!

You're welcome! :)

This archived topic is closed to new replies.