How can I hide the navigation bar, footer, and page title?

Hell can Someone please tell me how to hide the navigation bar, footer and page title on this page https://projects817.com/pages/landing-page

Basically I just want to leave the two pics with buttons and I want the button on the male image to be red #bf2313

Hi @Only1mrsfragili
You can try follow this path:
Themes => edit code => layout => theme.liquid
and add this code to bottom of the file layout => theme.liquid before the tag

{% if page.handle == 'landing-page' %}

{% endif %}
1 Like

Thank you so much! The navigation and footer are gone, but can you tell me how to remove the page name as well?

Hi @Only1mrsfragili
you can use this code

{% if page.handle == 'landing-page' %}

{% endif %}

it’s not removed the title :disappointed_face:

I didn’t see the code, have you added it?

I have been adding the code to a test store before adding it to my live store. I just added it to my live store and it’s working now. I have have one more question now please. How do I get rid of all of the empty space at the top now?