hello i would like for the content on my webpage to appear and disappear on scroll on the entire website
how can i do this ?
website url
https://7kingdomsbar.myshopify.com/
password
godgod281
hello i would like for the content on my webpage to appear and disappear on scroll on the entire website
how can i do this ?
website url
https://7kingdomsbar.myshopify.com/
password
godgod281
Please add the following CSS code to your assets/timber.scss.liquid bottom of the file.
.fade-in.lazyloaded {
opacity: 1 !important;
}
Thanks!