I would like to make my menu navigation parent links clickable. Mainly I would like the Help Center one to be a drop down on hover for quick access of most commonly needed resources but also have the main parent be clickable to take them to the full Help Center page. Maybe making the Shop link take people to all products would be a bonus but having the all products in the menu works just fine.
Most Shopify themes prevent parent links from being clicked when a dropdown is active. You can alter it by modifying the header menu code so the parent element retains its href attribute and still activates the submenu. Search for the header.liquid or navigation.liquid file and remove the logic that swaps out the parent link for a button element. This keeps the dropdown, and the link can be clicked again.
Attempted 4 different post similar before posting but for some reason none of their fixes work for mine. Likely because I am using shrine pro theme so some things are renamed and coded differently. Thank you!