Archived topic
Back To Top And Scrolling Button Colors
5 replies · Started by Valen on April 4, 2018
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
If the back to top button is activated, then the colors should be in "Customize > Colors > Footer": https://www.screencast.com/t/I5ECoDa1d
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! :)