How to remove footer and header on password page Horizon theme
Hi @mentalite
To remove the header and footer from the password page in Shopify’s Horizon theme:
-
Go to your theme code
- Admin → Online Store → Themes → Horizon → Edit code.
-
Open the password template
-
Look in Templates for
password.liquidorpassword.json. -
If not there, check Sections for
password-header.liquidandpassword-footer.liquidormain-password.liquid.
-
-
Remove
- Find:
{% section 'header' %}
{% section 'footer' %}
Delete them, or comment them out:
{%- comment -%}
{% section 'header' %}
{% section 'footer' %}
{%- endcomment -%}
Hope this helps!
hello thank you for the answer but ther is not
{% section ‘header’ %} {% section ‘footer’ %} password.json
Hi @mentalite
You can use this custom CSS
.password-enter {
display: none;
}
And add it to Custom CSS in Customize theme
If it works, a Like for this reply would be appreciated!
Best,
Samita-Danny
Hi @mentalite have you tried the process in the reply marked as a solution in this previous Shopify thread here? How to remove a password header and footer on password page?
i tried it but doesnt fix it sorry
Hi
Could you send me your store url?
Best,
Danny from Samita Team!
