Dropdown of a menu item, where you see collections on the left, with each collection its own image. one collection is selected, and shows the products inside of that collection. when you hover over other collections, it shows the different products.
Is there any theme or app that achieves this? Thanks!
For a Shopify theme that supports a mega menu with a collection preview, you might need custom code or an app. Here are some options:#### Using third party app
Buddha Mega Menu app – Allows dropdowns with collections and images.
Globo Mega Menu – Good for complex navigation structures.
Custom Code Approach
If your theme supports mega menus, you can:
Use hover events to dynamically load products from collections.
Add a left-side collection list with images.
Show products from the hovered collection on the right side.