Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #403086

    Can you please provide me with some quick css so I can change the color of the scroll to top button. I only want to change the active (hover) color so that the background is #2c5b9c and the arrow is white. Thank you!

    #403458

    Hey djshortkut!

    Please add following code to Quick CSS

    #scroll-top-link:hover { background-color: #2c5b9c; color: white; }

    Regards,
    Yigit

    #403517

    Thanks Yigit! You can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Scroll to Top Button Color’ is closed to new replies.