I’ve developed a landing page for my site and have a sticky menu in place. The landing page also has a sticky bar, however when scrolling down the landing sticky bar is scrolling behind the sticky main menu. The landing page was created using Pagefly
If I can remove the main header and footer from just the landing page that would be even better. Any help is appreciated, I’m using the Dawn theme
Hi @juxtapozthis
Could you drop your store link to check?
Hi @juxtapozthis
You’ll need to add some JavaScript to your theme. Below are the instructions:
Note:- It’s advised to create a duplicate copy of your theme before editing theme code for backup purpose.
-
From your Shopify admin, go to Online Store > Themes.
-
Click … > Edit code.
-
Open the file “theme.liquid”.
-
Scroll till bottom to find tag.
-
Paste the following code just before the tag.
{%- if page.handle == 'bf23-email-landing-page' -%}
{%- endif -%}
- Save the changes.
I hope this helps!
Best regards,
Thank you! That solved it 