Remove name from header on password page but keep it for home page.

Topic summary

Main issue: Hide the logo/store name on the password (coming soon) page while keeping it visible on the homepage in the Spotlight theme.

Proposed solution: Add custom CSS specifically to the password page template.

  • Path: Online Store > Edit code > password.liquid
  • Instruction: Insert custom CSS just before the tag to target the password page header and hide the logo/name there only.

Supporting material: A screenshot was provided showing where to place the code. The actual CSS snippet content is not visible in the text, so the image is central to reproducing the fix.

Status/outcome: The requester thanked the helper, but there’s no explicit confirmation that the solution worked or was marked as solved.

Open points: Exact CSS selectors/rules are not included in the text; anyone following along may need the screenshot or to request the specific CSS code if they can’t view images.

Summarized with AI on December 13. AI used: gpt-5.

Hello,

Is it possible to remove the logo/name from the header of the password page but keep it for the landing page?

I am using the spotlight theme.

W: geffcori.com

P: geffdoe

Hi @abalves97 ,

I have written custom CSS for this solution. Please follow below steps and let me know your feedback.

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find password.liquid file

  4. Add the following code just above tag


If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
Makka

1 Like

Thank you for your help