Home Forums Basel support forum Scroll to Top Hover Colour

Scroll to Top Hover Colour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47967

    trenton
    Participant

    Is it possible to change the colour of the hover border and background colour of the .scrollToTop element?

    #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

    #48424

    trenton
    Participant

    I tried implementing the code and it didn’t have any impact on the colour of the element.

    #48448

    Artem Temos
    Keymaster

    Try to replace with this one

    a.scrollToTop:hover, 
    a.scrollToTop:focus {
    	border-color: black;
    	background-color: black;
    }
Viewing 4 posts - 1 through 4 (of 4 total)