Hi @smj_90 - thanks for this! I am using Dawn 5.0. The solution seems to work in mobile but on desktop, clicking the main menu still opens the dropdown and will not take me to the parent page.
Note, for me the lines of code were on #118 - not 114 (not sure if that matters).
Hope its ok to jump on this thread I have the same issues I have done what you have suggested above and it works perfectly on mobile but not on desktop is there something else I need to do?
I’m using Dawn 6.0.2 and followed these instruction which has partly fixed my problem.
The menu I’m using is 3 levels deep and only the child links were working. Following these instructions the top level parent link now works as well but the sub link under that don’t work. So the grandparent links now work fine, the parent links do not work and the grandchild links work fine. Do you know which code will need to be altered to add the tag in?
How did you add the “on hover”? I would like to implement that, too!
I want to open the submenu when a user hovers over it (in addition to the user clicking the icon-caret). That would be a way better user experience. I could not get it done via css.