Hi there
I would like to change the color of the scroll top arrow on hover. I have tried this CSS but it is not working:
.x-scroll-top {
border: 2px solid #999;
color: #999;
}
.x-scroll-top a:hover {
border: 2px solid #fff;
color: #fff !important;
}
Thank you very much for your help!

