Hello,
Under my Shop Nav, I have a dropdown to my “leashes”. Wondering how would I remove the dropdown and just have the shop link go to the leashes pages.
https://fz3ejrsh6r73qr6f-64501874901.shopifypreview.com
Thanks
A user wants to remove a dropdown menu for “Leashes” from their Shop navigation and have the Shop link go directly to the leashes page instead.
Initial Suggestion:
Issue:
The user confirmed via screenshot that no “Leashes” item appears under their Shop menu in the navigation settings.
Alternative Solution:
A developer provided a CSS workaround to hide the dropdown:
.dropdown-menu { display: none !important; } at the bottom of the fileThe discussion remains open as the standard navigation editing approach didn’t apply to this case.
Hello,
Under my Shop Nav, I have a dropdown to my “leashes”. Wondering how would I remove the dropdown and just have the shop link go to the leashes pages.
https://fz3ejrsh6r73qr6f-64501874901.shopifypreview.com
Thanks
Hey @GildedSocial ,
You should be able to fix this by editing your menu in your Shopify admin > Online store > Navigation (https://admin.shopify.com/menus). You will need to remove the ‘Leash’ item nested under ‘Shop’, and also make sure to check the ‘Shop’ item to ensure it has the correct link.
Yep. No “Leashes” under my shop menu.
SS attached.
Hello @GildedSocial
please add this css Asset > theme.css and paste this at the bottom of the file:-
.dropdown-menu {
display: none!important;
}