Dropdown menu starts opened and cant be closed on desktop

  • I am using a custom theme (can’t remember where i purchased it from) -

I’ve been using this theme for years now and just today i decided a drop down menu on the header menu would be perfect for organizing all my products.

problem is, when i redid the navigation to make the shop section all a dropdown menu, it broke the desktop site.

now whenever i go on my website, the dropdown menu for the shop is stuck open. It’s very intrusive on my first section and honestly looks dumb.

How can i correct this?

www.sundayvetements.com

Hello @SundayVetements

This is Amelia at PageFly - Shopify Advanced Page Builder app.

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css or theme.css

Step 3: Add code

.critical-hidden {
  display: none;
}

.site-nav__item button.site-nav__link:hover .nav__dropdown {
   display: block !important;
}

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Did not change. :confused:

@SundayVetements - I think you have changed your menu back to normal menu again