• Resolved alexwave13

    (@alexwave13)


    Hey there,

    since Version 3.1.0 update my submenu colors do not work as they should. Now it’s displayed white, but in the settings is set to blue.
    Thanx

    The page I need help with: [log in to see the link]

Viewing 4 replies - 16 through 19 (of 19 total)
  • @brainstormteam
    Thank you very much – I just submitted the ticket.

    • This reply was modified 3 years, 8 months ago by amdxb01.
    • This reply was modified 3 years, 8 months ago by amdxb01.

    Hi @amdxb01,

    I would like to follow up on this. Has the issue fixed, as I noticed that the ticket was already responded to by one of our support agents?

    Please let us know if you still need further assistance.

    Kind regards,
    Herman ??

    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;
    }

    You’re most welcome @amdxb01!

    Very pleased to know you are happy with our support.

    Kind regards,
    Herman ??

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Submenu color bug?’ is closed to new replies.