• I don’t know when that happens, but I was adding new menu links in the menu sections, and redesigned a bit the home page in elementor.
    Suddenly, I realized the main menu has disappeared on homepage only. It appears on other pages or posts but has disappeared on homepage.
    website: themmsexperience.com

    Could you please help? I see the menu links in the HTML source page but they don’t display in the normal view.
    I tried everything I saw on this forum, changing header styles, trying a different menu, making sure elementor canvas in not activated. but nothing.

    Help please. I haven’t touched the theme at all. Deactivated and reactivated plugins but nothing!

    • This topic was modified 5 years, 2 months ago by berenger92.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    Try to add the below code to the customize > custom css section to fix it –

    #site-navigation-wrap .dropdown-menu {
        display: block;
        float: none;
        position: relative;
        top: auto;
        left: auto;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘OceanWP Main Menu Disappeared on Homepage only’ is closed to new replies.