• Resolved jklarich

    (@jklarich)


    My menu bar appears in front of my popup. I was told to change the z-index for the menu bar. It was set at z-index: 97 and I changed it to z-index: 0. That made the popup in front of the menu bar, but when I navigated away from the page and came back my z-index was back to 97. How do I make this change stay?

    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, @jklarich

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    #nav-header.nav-container {
      z-index: 0 !important;
    }

    Let me know if that does it.
    Thank you.

    Thread Starter jklarich

    (@jklarich)

    Perfect! Thank You!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu Bar Display’ is closed to new replies.