All things Shopify and commerce
Hi Shopify Community,
I’ve added all my collection links under the "Shop" button in the main menu on my Shopify store, However, when I click on the "Shop" button, it opens a submenu with individual collection links instead of directing me to the "All Collections" page.
I want the "Shop" button to open the "All Collections" page directly instead of just showing the submenu. Is there a way to achieve this?
Thank you for your assistance!
Best regards,
Could you please share the store link with us?
And please share with us the screenshot from your Shopify menu here as well:
Looking forward to hearing from you soon. Thank you!
Best,
Daisy - Avada Support Team.
Not sure if you received my message? 😊
Thank you for reaching out!
Here is the link to our store: TheDreamSeller.store .
Additionally, I’ve attached a screenshot of our Shopify menu for your reference. Please let me know if there’s anything else you require.
Best regards,
Sorry for this delay in getting back to you. It seems an issue has been resolved. Please let me know if you need anything else.
Thank you!
Best,
Daisy - Avada Support Team.
I was Unable to solve it that is i why i changed my menu setting from dropdown to current setting.
To make the 'Shop' button link directly to the 'All Collections' page, you can go to your Shopify admin, navigate to Online Store > Navigation, and edit the 'Shop' menu. Instead of linking to a submenu, just link the 'Shop' button directly to the 'All Collections' page URL. That should do the trick!
I already try but not working.
@ramzanseller Please follow the below steps to redirect to the respective pages instead of opening the mega menu. Let us know whether it is helpful for you.
<a href="{{ link.url }}" class="header__menu-item list-menu__item link link--text focus-inset header__menu-item--drop-down-mega-menu">
<span
{%- if link.child_active or link.current %}
class="header__active-menu-item"
{% endif %}
>
{{- link.title | escape -}}
</span>
</a>
.header__menu-item--drop-down-mega-menu {
padding: 0;
}
I tried but I makes duplicate of Base Menu. Remember I want to place all products link to main base menu and in drop down menu all sub collection with their links.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025