Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #582376

    How can i get this button gray on mouse off? is is transparent at the moment :)

    #582381

    Hi Alex!

    Remember we added following code to Quick CSS

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

    Please change it to

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

    :)

    Regards,
    Yigit

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