Menu Overlap Transparency

Home Forums Porto – Responsive HTML5 Template Menu Overlap Transparency

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10044586
    wardsdesign
    Participant

    I am trying to get the layers on this page fixed. Now the “header-nav-main”, which is sticky is overlapping the secondary menus, which is fine, but it is transparent. Is it possible to make “header-nav-main” opaque, so that you cannot see what is below it?



    Template Version: 10.0
    #10044589
    Support
    Keymaster

    Add this:

    css/custom.css

    #header {
        z-index: 10000;
    }
    
    .mfp-bg {
        z-index: 10001;
    }

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

This topic is marked as "RESOLVED" and can not rceive new replies.