How can I add white lines to my header menu drawer?

Hi, can you please help me add lines on my header .menu-drawer like the ones on the picture (but white).

Thank you

URL: https://matibrnd.com/

Pass: biangu

Hi MT27,

In Shopify Admin, navigate to “Edit theme code”, then open the “base.css” file and add the following code at the end:

a.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset.menu-drawer__menu-item--active,
a.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset{
  text-decoration: underline;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Hey @MT27

Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,
Helal

Almost, can you please make go all the way to the right, like example (thehundreds). Thank you