Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #170016

    Here’s the site: http://www.jiwire.com/

    if you scroll down below the fold the layersliders and enfold elements start to appear through the upper navigation of the header. Is there a hotfix for this? Was working fine prior to the update.

    Thank you

    #170334

    Hi kbreslin!

    You can add this on your custom.css or Quick CSS:

    .avia-layerslider {
    z-index: 0;
    position: relative;
    }
    
    .template-page.content.twelve.alpha.units {
    z-index: 0;
    }
    
    .fixed_header #header {
    position: fixed;
    z-index: 9999;
    }

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    #171761

    That worked! Thanks Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fixed Header Navigation and Menus Become Transparent After 2.3 Update’ is closed to new replies.