Why is my website menu not appearing on desktop and mobile?

Hello,

My menu is missing on my desktop and mobile site. www.hairbyus.net is the address. I remove some links from the list, added the below code to my assets.themes.css and still nothing. Can someone assist with this issue please? .navigation-toggle-open { background: #000; }

1 Like

@rozay135

sorry for that issue can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
@media only screen and (min-width: 750px) {
nav#AccessibleNav {
    display: table-cell !important;
}
}