I’m trying to make the header transparent on the hero section and switch to a sticky header with background on scroll.
Broadcast theme has a Transparent Header option which unfortunately doesn’t work with the pagefly hero section combined.
I’m trying to make the header transparent on the hero section and switch to a sticky header with background on scroll.
Broadcast theme has a Transparent Header option which unfortunately doesn’t work with the pagefly hero section combined.
Hi @swalter85
Please go to Sales Channels > Online Store > Themes > Edit code, open theme.liquid file, add this code after
{% if template == 'index' %}
{% endif %}
@Dan-From-Ryviu Works perfectly! Thank you!