We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How to hide page header

Solved

How to hide page header

thesummeracai
Tourist
7 0 2

Hi everyone! Just wondering, is it possible to hide the page header just on this particular page? Appreciate the help!

 

Link : https://thesummeracai.com/pages/find-us-2023 

 

Screenshot 2024-09-26 190357.png

 

Accepted Solution (1)

Moeed
Shopify Partner
7764 2082 2568

This is an accepted solution.

Hey @thesummeracai 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

{% if page.handle == 'find-us-2023' %}
<style>
.main-page-title {
    display: none !important;
}
</style>
{% endif %}

RESULT:

Moeed_0-1727348934868.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 4 (4)

Moeed
Shopify Partner
7764 2082 2568

This is an accepted solution.

Hey @thesummeracai 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

{% if page.handle == 'find-us-2023' %}
<style>
.main-page-title {
    display: none !important;
}
</style>
{% endif %}

RESULT:

Moeed_0-1727348934868.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


thesummeracai
Tourist
7 0 2

Thank you!

Moeed
Shopify Partner
7764 2082 2568

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


DitalTek
Shopify Partner
892 103 122

Yes,

In code you can use template.suffix to check if template.suffix contain template page name that, you hide the header.

- You can please Like and Accepted Solution if my suggestion helpful.
- And you want to hire developer Theme or App Shopify => Feel free to send me a DM or contact to us via Email | WhatsApp
- Website: ditaltek.com