Hello Again,
One of my pages has a huge list of album covers: https://lincolngoines.com/new/discography.html
When you looked at this page on the phone it took forever to scroll back to the top links because gotoTop didn't work on mobile device, so I modified the css changing gotoTop function to
visibility: true;
and removed gotoTop on all other pages of this website. This is a problem though because that arrow is handy on computer. Any ideas how I can I have only discography page showing gotoTop arrow on mobile?
Thanks,
Maciek
