I want make the mega menu 2nd level child header clickable in Warehouse

Topic summary

A user seeks to make second-level mega menu headers (Baby Clothes, Games & Toys, Accessories) clickable in the Warehouse Shopify theme. An attached screenshot illustrates the non-clickable menu items.

Proposed Solution:

  • A respondent identified that header links are incorrectly rendered as <h5> tags instead of clickable links
  • Provided a custom JavaScript fix to be added to the theme.liquid file, just above the </body> tag
  • The code snippet aims to restore clickability to these menu headers

Status:

  • The original poster has not yet confirmed whether the solution works
  • A third user posted an unrelated request about a different store, suggesting they may need similar assistance
Summarized with AI on November 1. AI used: claude-sonnet-4-5-20250929.

Hi all,

I want make the mega menu 2nd level child header clickable in Warehouse i.e i want make the Baby Clothes,Games & Toys, Accessories clickable .
Store: https://lesriches.co.uk/

Can anyone help me .

Thanks

Hi @lesriches ,

It looks like all the header links on the navigation bar is changed to a h5 tag. This is why the links are not clickable. However, I have written custom JS to fix this. Please follow below steps and let me know if this works.

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code just above tag

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
Makka

1 Like

Hello!
My site is at: https://toysstore.ca/
Thank you!