Remove logo link in Spotlight

Topic summary

Issue: In the Shopify Spotlight theme, the user wants to remove the clickable link on the logo/title that directs to the homepage.

What’s been tried: The user looked through theme.liquid and header.liquid without finding where to remove the link.

Proposed solutions:

  • One responder offered to handle it by accessing the theme (via staff account or collaborator request), stating it’s possible to remove the link.
  • Another suggested a CSS workaround by adding to base.css: .header__heading { pointer-events: none !important; } (which disables click interactions), with step-by-step file navigation.

Latest update: The CSS workaround did not work for the user.

Status: Unresolved. No confirmed method has been provided within the thread. The only actionable path left in the discussion is granting theme access for a custom edit. The code snippet is central to the attempted fix, but it failed to disable the logo link in the user’s setup.

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

Hello, I use the theme Spotlight and I would like to remove the logo/title link to the homepage. I have already checked in liquid.theme and header.theme for hours but I can’t find a way

Thanks :slightly_smiling_face:

Hello @giani1234 I can help you to link the logo to home url. That will need the theme access.If you want you can give me the theme access through staff account or collaboration request.

I don’t want to link the logo to home url, I need to remove the home link from the logo

@giani1234 Okay. It is also possible to remove the link from logo. That will need the theme access.If you want you can give me the theme access through staff account or collaboration request.

Hi @giani1234

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.header__heading {

pointer-events: none !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

it doesn’t work