Home › Forums › Basel support forum › Scroll to Top Hover Colour Scroll to Top Hover Colour This topic has 3 replies, 3 voices, and was last updated 6 years, 8 months ago by Artem Temos. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 21, 2018 at 11:20 pm #47967 trentonParticipant Is it possible to change the colour of the hover border and background colour of the .scrollToTop element? March 22, 2018 at 7:29 am #48005 Bogdan DonovanKeymaster 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 March 24, 2018 at 4:43 am #48424 trentonParticipant I tried implementing the code and it didn’t have any impact on the colour of the element. March 24, 2018 at 8:56 am #48448 Artem TemosKeymaster Try to replace with this one a.scrollToTop:hover, a.scrollToTop:focus { border-color: black; background-color: black; } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register