Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi,
I have created a new Advertising Landing Page that I created:
https://XYZXYZ/pages/i-live-on-landing-page
Note: XYZXYZ is a placeholder generic, the rest is actual url
I need to hide the both the Navigation Header and the Footer, on a specific webpage only (and not affect the rest of the website).
Can anyone show me how to do this i.e. what code do ?
Thanks,
Timecapsules
Solved! Go to the solution
This is an accepted solution.
If this work, please give us a like and marking its as a solution. Thanks you 😍
B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.
Hi, @TIMECAPSULES. Can you share us your store url?
B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.
You mean this, right?
B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.
Yes that is our landing page
Ok, so you want to hide header and footer on that page, right? (if you want hide its on another page, please give us a list of page you want to hide)
B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.
Correct .... hide header and footer on this page - only
we are using Pixel Union Grids theme:
https://pixelunion.net/products/grid
Version 6.1.1 .... we ahve not upgraded to the latest 6.3.1
Ok, to do that, you can follow our instructions:
Step 1: Open Online Store -> Themes -> Edit code.
Step 2: Find theme.liquid file
Step 3: Paste this code before close </body> tag:
{% if request.path contains "pages/i-live-on-landing-page" %}
<style>
#shopify-section-sections--18339250700345__header,
#shopify-section-sections--18339250634809__footer {
display: none !important;
}
</style>
{% endif %}
B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.
Nope, I inserted the code in theme.liquid - not working .... I waited a little while before I replied, give it time to push the change through the internet
Wait a sec .... it did work.
I had to put in:
{% if request.path contains "pages/i-live-on-landing-page" %} .... when I copied it initially, it had inserted in your bridge name!
THANK YOU .... I want to put a comment into the code, just above this new code segment. How do I do that please?
Put this at above of the code:
<!-- Your comment here -->
B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.
Also .... is it possible to also remove the top line that says "Your Story, Your Way" as well?
I hadn't realized it would stay
Use this, please:
{% if request.path contains "pages/i-live-on-landing-page" %}
<style>
#shopify-section-sections--18339250700345__header,
#shopify-section-sections--18339250634809__footer,
#shopify-section-sections--18339250700345__announcement_bar {
display: none !important;
}
</style>
{% endif %}
B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.
Thank you B2Bridge. The Landing Page looks great now, no distractions .... just one action, if the person looking at the page is interested .... this is what my Digital Marketing person told me.
B2Bridge .... what can I do for you?
This is an accepted solution.
If this work, please give us a like and marking its as a solution. Thanks you 😍
B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025