Viewing 2 replies - 1 through 2 (of 2 total)
  • your css class #main header.has-background h1 has an z-index biger that what you have in sub menu, at sub menu you have z-index:99 .
    you can change from 100 to 88 to see what will do.

    #main header.has-background h1 {
        color: #FFF;
        z-index: 100 !important;
        position: relative;
        font-size: 3em;
    }
    Thread Starter tomshand1

    (@tomshand1)

    I tried that, it hasn’t fixed it

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navigation bar disappears when hovering over it?’ is closed to new replies.