How to remove logo from only the password page?

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

1 Like

.

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.password-header img { display: none !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

1 Like

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

1 Like

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

1 Like

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.

1 Like

The issue is resolved…Thanks so much for Your time!

Can you help me with one more thing??

How do I reduce the left/right and middle spacing of the footer. (not completely but a little bit)

Also how do I keep all my footer menu items in one single line.