How to make my shop link in the header work again?

Topic summary

A user encountered an issue where their SHOP navigation link stopped directing to the all-products page after converting it into a dropdown menu.

Initial Suggestion:

  • Rename “Shop” to “Category” and create a new “Shop” item linking to “All Collections”
  • Alternative: modify the theme code

Solution Implemented:
The user opted for code modification. A responder provided step-by-step instructions:

  • Navigate to Shopify Admin → Online Store → Theme → Edit code
  • Locate the theme.liquid file
  • Insert custom code above the </body> tag

Outcome:
The code modification successfully resolved the issue, restoring the shop link’s functionality.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

Hello,

After making my SHOP navigation a drop down it no longer takes you to the all products page. Any fix for this?

Thanks in advance!

Link: https://qz26pn-cv.myshopify.com/

Password: bagono

You can rename “Shop” to “Category” and create a new item named “Shop” with a link to “All Collections.” Otherwise, you will need to modify the code.

Modifying the code is definitely what I’m looking for then. Thank you for your quick response.

HI @GoombaGrows

In order to fulfill your request, please follow these steps

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above


I hope this helps

Best,

Daisy
1 Like

This worked! Thank you so much :slightly_smiling_face: