Home › Forums › Basel support forum › Scroll to Top Hover Colour › Reply To: Scroll to Top Hover Colour
March 22, 2018 at 7:29 am
#48005
Bogdan Donovan
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.scrollToTop:hover,
.scrollToTop:focus {
border-color: black;
background-color: black;
}
Regards