Remove Footer and Header password page Dawn 7.0.1

Solved

Remove Footer and Header password page Dawn 7.0.1

scotticus
Excursionist
42 0 6

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/

 

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3131

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

View solution in original post

Replies 3 (3)
scotticus
Excursionist
42 0 6

Thank you buddy! 😊 @Kyle_Klutz 

arshia_sheikh
Shopify Partner
80 17 20

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


PageFly-Victor
Shopify Partner
7865 1786 3131

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