Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello,
I would like to remove the header and footer from password page, i am not sure how to do the code for this?
Any help would be appreciated!
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @scotticus,
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Add this CSS at the bottom
Online Store ->Theme ->Edit code
Assets -> section-password.css
.password-header {
display: none !important;
}
.password__footer {
display: none !important;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
Hi @scotticus Hope you are doing well
You need to go to online store -> themes -> click on three dots -> edit code ->search for password.liquid file and then
Remove theme 2 lines
{% section 'main-password-header' %}
<footer>
{% section 'main-password-footer' %}
</footer>
Then Click save
Here is the video link that shows how to do this
https://www.loom.com/share/2a6fea7e82ca46f0944ea9a2a8296f1f
This is an accepted solution.
Hi @scotticus,
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Add this CSS at the bottom
Online Store ->Theme ->Edit code
Assets -> section-password.css
.password-header {
display: none !important;
}
.password__footer {
display: none !important;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
Shopify and our financial partners regularly review and update verification requiremen...
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