I would like to hide one of my navigation menus while its getting designed.
Topic summary
A user wants to hide a specific navigation menu item on their Shopify Flex theme while keeping it accessible via direct URL.\n\nCurrent Status:\n- Multiple support representatives requested the store URL and password (if applicable) to analyze the site and provide a tailored solution\n- No store details have been shared yet by the original poster\n\nProposed Solution:\nOne respondent provided a CSS workaround:\n- Add custom CSS to the bottom of the styles.css file\n- Target the specific menu item using `[data-navlink-handle=\
hi @hermetica_syd
Its SideNode! We will be happy to help you today.
Could you please share the URL of the frontend, so I can view the website and check the issue?
can u mention in screenshot as well
Regards,
SideNode
Please explain in detail.
Also, I need to analyze your website to provide the solution here.
Would you please share your website URL and if your website is password protected then also provide the password.
Hey @hermetica_syd
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
Can you please provide the store URL?
You can do that by adding this CSS code at the bottom of your styles.css file
.navbar-item header__item[data-navlink-handle="your menu link"] { display: none !important; }
Replace “your menu link” with link of menu that you want to hide.