Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @brainstormteam
    Correct – The Astra support team responded – they are aware of this issue and are working on resolving it. They have also kindly provided the current solution which works well:
    It is awesome to get this level of support for a the free theme – many thanks!

    Go to CSS at Appearance > Customize > Additional CSS and add the following:

    .ast-mobile-header-wrap .ast-mobile-header-content {
    background-color: rgba(0,0,0,0.1) !important;
    }

    @media (max-width: 544px)
    .ast-builder-menu-1 .main-header-menu, .ast-builder-menu-1 .main-header-menu .sub-menu {
    background-image: none;
    background-color: rgba(255,255,255,0.01) !important;
    }

    @media (max-width: 921px)
    .ast-builder-menu-1 .main-header-menu, .ast-builder-menu-1 .main-header-menu .sub-menu {
    background-image: none;
    background-color: rgba(255,255,255,0.01) !important;
    }

    @brainstormteam
    Thank you very much – I just submitted the ticket.

    • This reply was modified 5 years, 2 months ago by amdxb01.
    • This reply was modified 5 years, 2 months ago by amdxb01.

    Hello @brainstormteam
    Thank you for pushing an update. It works fine for Web.
    Unfortunately you still cant get a transparent menu for tablet or mobile.
    Issue seems to be with being able to choose any color (gradient and image background works fine).
    I hope you get this fixed too.
    thanks

    same issue – current band aid fix:

    add the following to Additional CSS Customiser:

    .main-header-menu .sub-menu {
    background: rgba(0,0,0,0.0);
    }

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