How can I conceal the header and footer on my password page?

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.

Summarized with AI on November 20. AI used: claude-sonnet-4-5-20250929.

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

Hi @Thechall3nge

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