Shopify themes, liquid, logos, and UX
I'd like to continue to keep my site private, however, I'd like to hide the password form fill on the password page. Instead, I'll be using this as an initial landing page to capture customer emails pre-launch.
I've tried using display: none -- but I can't seem to hide all elements of the password form including the buttons and text. Below is a photo with an outline of what I'd like to hide.
Thanks in advance for the help!
Jared
Solved! Go to the solution
This is an accepted solution.
Thanks, check this one. I also hide the shopify footer.
.password__login, footer.password__footer {
display: none;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @FishNook
Would you mind to share the URL of the password page? Thanks!
This is an accepted solution.
Thanks, check this one. I also hide the shopify footer.
.password__login, footer.password__footer {
display: none;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
That worked! Thank you!
Will that code have any implications elsewhere on my site? Or only impact the password page? I'd like to make sure it's specific, only to the password page.
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025