How to remove the logo and leave it blank only for password page?
Hey @CNDY_123
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
.
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hey @CNDY_123
Add this code in the Custom CSS option in the Shopify Customization of your password page template.
.password-header img {
display: none !important;
}
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Could find the code you mentioned above… I have removed the logo only on my homepage using a code… but cant find for password page alone
Perfect Man! It worked perfectly.. Great Help ..Thank You
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.
The issue is resolved…Thanks so much for Your time!


