• Hi,
    I am wondering how to get rid of the menu bar shadow/outline in my website. It’s subtle, but still visible.
    Also, when in the web developer mode, it looks like the mega menu is not the full width of the page. I am wondering how to get it full size?

    Any help would be greatly appreciated. Regards.

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

Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Eric,

    Please try adding this to Appearance > Customize > Additional CSS:

    #main-nav {
        box-shadow: none !important;
    }
    #main-nav > div {
        padding: 0 !important;
    }

    Regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘Menu Bar Shadow’ is closed to new replies.