Hi, I would like to know how can I hide the header and footer in my password page, I would like to do it like trikko has.
The theme I have installed is the sense, my website is ilmm.it
Topic summary
A user wants to hide the header and footer on their Shopify password page, similar to how the Trikko website implements it.
Solution Provided:
- Navigate to: Online Store → Theme → Edit code → Assets → Base.css
- Add CSS code to hide both elements:
.password-header { display: none !important; }.password__footer { display: none !important; }
The response came from a PageFly app representative, suggesting this customization approach for the Sense theme the user has installed.
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.password-header {
display: none !important;
}
.password__footer {
display: none !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
