Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1491167

    Hi Guys,
    I hope everyone is nice and sound.

    I have a question to the opacity of the submenu. There is a underlaying white which a can’t pass. Any ideas.
    See the link below hover over “Lösungen” to see the submenu.

    Kind regards
    Tanju

    I used this CSS
    .avia-menu>#avia-menu .avia_mega_div>.sub-menu {
    background-color: rgba(0, 0, 0, 0.21);
    }

    .main_menu .avia_mega_div {
    background-color: rgba(0, 0, 0, 0.25);
    border-color: rgba(225, 225, 225, 0);
    }

    #1491175

    because of “Lösungen” now in german

    ich sehe deine Seite nicht (als Participant ) aber versuch mal stattdessen:

    #top #wrap_all .avia_mega_div {
        background-color: rgba(255,255,255,0.2);
        backdrop-filter: blur(6px)
    }
    
    #top #wrap_all #header .avia_mega_div ul, 
    #top #wrap_all #header .avia_mega_div ul * {
        background: transparent ;
        color: #000; /**** das war nur um es an meiner Testumgebung umzusetzen ***/
    }

    die hover styles der menu-punkte bleiben bestehen – was für das navigieren eventuell hilfreich ist.
    jedenfalls war es auf meiner Seite so.

    #1491176

    Hi,

    Thanks for helping out @guenni007. Did that answer your question @cktanju?

    Best regards,
    Rikard

    #1491189

    perfekt as always- thank you very much guys!
    Kind regards
    Tanju

    #1491199

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Submenu opacity’ is closed to new replies.