Hi there,
Thanks for writing in! The default hover color is as follows and you didn’t change this yet :
.x-scroll-top:hover {
color: #272727;
}
So add the below code with your existing code :
.x-scroll-top:hover {
color: #c46709;
}
Hope this helps.
Cheers!