Last menu link in footer does not work in Dawn Theme

Topic summary

A user encountered an issue where the last link in their footer menu was non-functional in Shopify’s Dawn theme. When adding a new link, the previously last link would work, but the newly added last link would fail—despite no apparent CSS blocking and the link being visible in the browser inspector.

Solutions Provided:

Two community members offered similar fixes:

  • PageFly-Richard suggested adding custom code to theme.liquid above the </head> tag
  • INA_MSWEB recommended placing code before </body> in the same file

Resolution:

The user confirmed that Richard’s solution successfully resolved the issue and was simple to implement. The thread appears resolved with a working fix in place.

Summarized with AI on November 10. AI used: claude-sonnet-4-5-20250929.

Hello All,

The last link in the footer menu does not want to work in this Dawn theme. I have inspected it, and seems no CSS is blocking it, and I can see the link in the inspector. It just does not work.

If I add another link to the menu, then the last one, which now becomes second to the last, works, but the one I just added does not. Very odd.

Here is the link: https://anteriorassist.com/

Any help would be very appreciated.

Thanks in advance,
Todd

Hi @Roxee541

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly

Hello,

I am San from MS Web Designer.

Here is the solution:

Go to Themes > Edit code > Theme.liquid > at the bottom place this code before


Hope this helps.

If you have any further queries do let me know.

Regards,

San

Hi Richard, thanks so much! That worked and very simple to implement.

Thanks again,
Todd