Remove border lines mobile menu

Hi,

I want to remove these border lines in my mobile navigation. My site is https://scntwrld.com

Thanknyou

1 Like

Hi @Luxurymrkt

In your Shopify Admin go to online store > themes > actions > edit code
Find Asset > theme.css and paste this at the bottow of the file:

.mobile-nav__item.mobile-nav__item--secondary hr {
    display: none;
}
.mobile-nav__item.mobile-nav__item--secondary .grid {
    margin-top: 0;
}