Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ginothecop

    (@ginothecop)

    add_action(‘moove_gdpr_inline_styles’,’gdpr_cookie_css_extension_zindex’,10,3);
    function gdpr_cookie_css_extension_zindex( $styles, $primary, $secondary ) {
    $styles .= ‘#moove_gdpr_cookie_info_bar { z-index: 99999999; }’;
    $styles .= ‘.lity { z-index: 999999999; }’;
    return $styles;
    }

    I added above to functions.php it works fine for the consent bar but does not work for modal pop-up.. The modal pop-up is still under avada header

    • This reply was modified 5 years, 6 months ago by ginothecop.
    Thread Starter ginothecop

    (@ginothecop)

    I solved by adding the following to custom css field in theme options;

    .fusion-header-wrapper {
    z-index: 9990 !important;
    }

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

The topic ‘Avada Header Override’ is closed to new replies.