Hi, can anyone help me to remove these texts from my Shop dropdown menu without removing anything else?
https://mxg8tzyw9upvjovw-86206251333.shopifypreview.com
Header shop dropdown

Goal: remove text items from the “Shop” header dropdown without affecting other elements.
Proposed approach: add custom CSS.
hdt-lazy-submenu .hdt-container .hdt-menu-col { display: none; } (added to base.css/theme.css).Technical notes:
Artifacts: multiple screenshots illustrate the menu and the visual result after applying CSS; these are central to understanding the change.
Outcome/status: no confirmation from the original poster and no accepted solution indicated. Discussion remains open. Suggested next step is to test the provided CSS and refine selectors if it hides more than intended.
Hi, can anyone help me to remove these texts from my Shop dropdown menu without removing anything else?
https://mxg8tzyw9upvjovw-86206251333.shopifypreview.com
Header shop dropdown

Hello @Daniel19901 , Please follow these steps to add this CSS code:
hdt-lazy-submenu .hdt-container .hdt-menu-col {
display: none;
}
Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.
Hi @Daniel19901 ,
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hey @Daniel19901
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed