A Shopify store owner using the Dawn theme reports that their header logo is only clickable on its top and bottom edges, not in the center—but only on desktop, not mobile.
Proposed Solution:
A CSS fix was suggested: adding z-index: 50 !important; to h1.header__heading via Theme Settings > Custom CSS.
Remaining Issues:
The code partially resolves the logo clickability but creates new problems:
Menu items adjacent to the logo (left and right) are now not fully clickable, especially letters near the logo.
The fix only works on the homepage, not on other pages throughout the site.
Status: The issue remains unresolved and requires a more comprehensive solution that works site-wide without affecting menu navigation.
Summarized with AI on November 2.
AI used: claude-sonnet-4-5-20250929.
My logo in the header is not entirely clickable. It’s clickable only on the top edge and bottom edge of the circle. I want the entire logo to be clickable. even the centre. This issue is only happening on the desktop not on the mobile.
It has partially solved it but not entirely as the given code solves the logo being clickable but the menu item to the left and right of the logo are not entirely clickable…especially the letters that are closer to the logo.