Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #373918

    Currently the scroll link does not appear until the browser elevator is engaged and moved down

    How to have #scroll-top-link button appear by default on page load?

    #373921

    Hey!

    Try adding this code to the Quick CSS:

    #scroll-top-link {
        opacity: 0.7;
        visibility: visible;
    }

    Cheers! 
    Josue

    #373928

    Did it

    Thanks much

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘#scroll-top-link ? How to get this to appear at page load ?’ is closed to new replies.