Tagged: scroll-top-link
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?
Hey!
Try adding this code to the Quick CSS:
#scroll-top-link {
opacity: 0.7;
visibility: visible;
}
Cheers!
Josue
Did it
Thanks much