• Resolved bylucerna

    (@bylucerna)


    The primary menu appears beneath the header image (Glamour Magazine theme) but I can’t get rid of the empty menu at the top. There’s no option to remove it in the Customize > Menus section. CSS codes didn’t work either.

    Help please?

    Thanks.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @bylucerna

    To do that you have to add below css code into Appearance → Customize → Additional CSS:

    #top-menu {
      display: none;
    }

    Let me know if that does it.
    Thank you.

    Thread Starter bylucerna

    (@bylucerna)

    Weird, it actually worked this time! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide Empty Header Menu’ is closed to new replies.