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!
Hey djshortkut!
Please add following code to Quick CSS
#scroll-top-link:hover { background-color: #2c5b9c; color: white; }
Regards,
Yigit
Thanks Yigit! You can close this thread.