Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #530019

    Hi, how can I make the scroll to the top icon to be #00a59d and on hover to become #2846aa and making the inside arrow white?

    Thanks.

    #530042

    Hey DROR!

    Please add following code to Quick CSS

    a#scroll-top-link {
        color: white;
        background: #00a59d;
        border-color: #00a59d;
    }
    a#scroll-top-link:hover { 
    background: #2846aa ;
    border-color: #2846aa ;
    }

    Best regards,
    Yigit

    #530200

    The arrow disappears on hover. How can I make sure it still shows on hover?

    #530202

    Hi!

    Please change the code to following one

    a#scroll-top-link {
        color: white;
        background: #00a59d;
        border-color: #00a59d;
    }
    a#scroll-top-link:hover { 
    background: #2846aa;
    border-color: #2846aa;
    color: white; 
    }

    Cheers!
    Yigit

    #530240

    Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to change the color of the scroll to the top icon?’ is closed to new replies.