anyone knows how to activate the “reveal on scroll” feature for selected pages? It seems to be a theme setting and we don’t want this effect all over our page but only for specific collection pages to make the journey a bit more engaging. Theme backbone is Dawn.
the shop we’re working on is not published yet! Any general advice how this could be done? It’ll be some of our collection pages in the format website.com/collections/collection
I assume we’d have to do something to the collection.liquid file and maybe to the base file to load a script for the section reveal?!
Go to your store admin > Online store > Themes > click 3 dots button > Edit code in theme you want to make scroll header, open theme.liquid file, add this code after element
{%- if template.name == 'collection' -%}
{%- endif -%}