Hi, how can I move the scroll to the top icon to show on the left side of the screen?
Thanks.
Hi DROR!
Please add following code to Quick CSS
#scroll-top-link { right: auto; left: 50px; }
Best regards,
Yigit
Great, how can I make the color on hover to be #ff0066 with the arrow being white?
Hi!
Please add following code to Quick CSS as well
#scroll-top-link:hover {
background-color: #ff0066;
color: white;
}
Best regards,
Yigit
Awesome. Thanks.