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

    Hi, how can I move the scroll to the top icon to show on the left side of the screen?

    Thanks.

    #528376

    Hi DROR!

    Please add following code to Quick CSS

    #scroll-top-link { right: auto; left: 50px; }

    Best regards,
    Yigit

    #528386

    Great, how can I make the color on hover to be #ff0066 with the arrow being white?

    #528391

    Hi!

    Please add following code to Quick CSS as well

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

    Best regards,
    Yigit

    #528405

    Awesome. Thanks.

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