Remove Footer and Header password page Dawn 7.0.1

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!

https://silicorestudios.com/

Thank you buddy! :blush: @Kyle_Klutz

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’ %}

{% section 'main-password-footer' %} Then Click save Here is the video link that shows how to do this [https://www.loom.com/share/2a6fea7e82ca46f0944ea9a2a8296f1f](https://www.loom.com/share/2a6fea7e82ca46f0944ea9a2a8296f1f)
2 Likes

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

2 Likes