Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1016646

    Hello,
    I was wondering how to change the color or remove the scroll to top arrow. I saw some other posts on this and tried the suggested css but it did not seem to work (however the post answer was from 2013 so maybe outdated?)
    Thanks!
    Chris

    #1016858

    Hey Chris,

    You can change the background colour using this CSS:

    #scroll-top-link {
        background-color: #ffffff;
    }

    Or remove it using this:

    #scroll-top-link {
        display: none;
    }

    Best regards,
    Rikard

    #1016911

    Thanks Rikard,
    that works great :)

    #1016939

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.