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!
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!
Thank you buddy!
@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’ %}
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