What's your biggest current challenge? Have your say in Community Polls along the right column.

URGENT

Solved

URGENT

trizlord
Visitor
2 0 0

HOW TO STOP LOGO FROM REDIRECTING TO HOME PAGE DAWN THEME

I WANT MY LOGO TO REDIRECT NOWHERE 

Accepted Solution (1)

Kyle_liu
Shopify Partner
304 41 54

This is an accepted solution.

Hi  @trizlord 

 

 

1.

Kyle_liu_0-1731029044185.png

2.

Kyle_liu_1-1731029088277.png

3.Replace {routes. root_url}} with # or javascript:void(0);

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee

View solution in original post

Replies 3 (3)
trizlord
Visitor
2 0 0

this  href="{{ shop.url }}"  is not anywhwrer on the page on header.liquid unfournatley 

tim
Shopify Partner
3911 394 1435

If you feel like editing the code, then it's here: https://github.com/Shopify/dawn/blob/e803aaab8608b2ad98eac53b8ff95aedfd24fe57/sections/header.liquid... 

just replace <a with <span and </a> with </span> on the first and last lines of selection.

 

However, editing the theme code will make it difficult to update later.

 

You can 97% solve this problem without code edits by using Theme Settings=> Custom CSS. Add this code:

.header__heading {
  pointer-events: none;
}

This will make you logo ignore mouse (and finger) interactions. 

If somebody uses keyboard to navigate your site, they still will be able to "click" the logo, but i doubt they would do it accidentally.

 

If my post is helpful, consider liking it -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com

Kyle_liu
Shopify Partner
304 41 54

This is an accepted solution.

Hi  @trizlord 

 

 

1.

Kyle_liu_0-1731029044185.png

2.

Kyle_liu_1-1731029088277.png

3.Replace {routes. root_url}} with # or javascript&colon;void(0);

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee