Menu Header Refresh Theme Make Clickable

Hello,

I’m looking to make my top level menu header clickable in the updated Refresh theme. I currently have the dropdown enabled with a ‘hover’ which i’d also like to keep. I’ve seen some solutions online but none have worked on my store.

Any help would be appreciated.

To make the top-level menu header clickable in the Refresh theme, go to your theme code and find the header.liquid file. Look for the navigation section and ensure the top-level menu item includes a link (href). You can keep the hover dropdown by modifying the CSS or JavaScript to allow both click and hover functionality without overriding each other.

Hi,

Thanks for the response.

What code would be required?