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 ![]()
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:
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.
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 ![]()
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