Remove header items

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

Daniel19901_0-1725539453610.png

1 Like

Hello @Daniel19901 , Please follow these steps to add this CSS code:

  1. Go to your Online Store
  2. Click on ā€œThemesā€
  3. Select ā€œEdit codeā€
  4. Open your CSS file. If you have a custom CSS file, open that instead.
  5. If you can’t find your custom CSS file, open ā€œbase.cssā€ OR ā€œtheme.cssā€.
  6. Add the following code at the end of the file.
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 ,

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Hey @Daniel19901

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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

  • Here is the solution for you @Daniel19901
  • Please follow these steps:

  • Then find the theme.liquid file.
  • Then add the following code at the before tag and press ā€˜Save’ to save it.

  • Here is the result you will achieve:

  • Please press ā€˜Like’ and mark it as ā€˜Solution’ if you find it helpful. Thank you.