Remove logo link in Spotlight

Remove logo link in Spotlight

giani1234
Visitor
3 0 0

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 🙂

Replies 5 (5)

techDynasty
Shopify Partner
69 11 13

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. 

> Was my reply helpful? Click Like to let me know!
> Was your question answered? Mark it as an Accepted Solution!
For more Shopify Solutions and custom codes feel free to contact me on techdynastybd@gmail.com"
Buy Me a Coffee
giani1234
Visitor
3 0 0

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

techDynasty
Shopify Partner
69 11 13

@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. 

> Was my reply helpful? Click Like to let me know!
> Was your question answered? Mark it as an Accepted Solution!
For more Shopify Solutions and custom codes feel free to contact me on techdynastybd@gmail.com"
Buy Me a Coffee

PageFly-Henry
Shopify Partner
1184 335 299

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

giani1234
Visitor
3 0 0

it doesn't work