Dawn Theme 7.0.1: Dropdown menu parent link not clickable :(

Hello all, I have found the parent links in the header not clickable after adding the dropdrown menu and their child links. I have tried the code changes in other Q&A but seems doesn’t work with my case…

Can anyone help to make parent links clickable in BOTH desktop and mobile?

Heres my website: https://malook26.com/

Thank you so much!!!

Hi @malook26store

Thank you for your question.
To add the link for the parent menu item, you need to change some code in your theme code.
because currently Dawn theme does not support for that.

Thank you for the reply. I have tried changing the code I searched in this forum but the header either not responding or turned into garbled :sob:

Hi @malook26store
For now I see your menu working normally

Hi @malook26store ,

For future reference, we recommend trying the following:

  1. Make sure you have all URL links ready.

  2. Go to Online StoreThemeEdit code

  3. Find Sections/header.liquid

  4. Locate all summary tag

  5. Add the code below:

    1. For Parent:

  • For child:

You may refer to the screenshot below on where to insert these codes:

  1. Go to Assets/base.css, paste this code at the bottom of the file:
summary.list-menu__item a.list-menu__item {
 padding: 0;
}

Hope this is helpful, and best of luck for the rest of your page-build :slightly_smiling_face:

Best regards,

Layoutbase - landing & homepage-builder

1 Like

Thanks @layoutbase !
Work well on PC version but is didn’t work on mobile.
For mobile I find this solution from @LitCommerce , it work also for Dawn theme.

Also, the arrow is not easely clickable.

Hey, Can I get code for dawn theme 10.0 version.

1 Like

I am trying to fix this same issue but I dont have a summary tag in my header.liquid

this is the only summary text within the file