Okay
  Public Ticket #1335820
Color of pull down menu
Closed

Comments

  •  20
    Hilke started the conversation

    Hello,

    is there a way to change the color of the background of the pull down menu?

    I would like to change it to be a little bit transparent. Or another color.

    Thanks

    Regards

    Hilke

  • [deleted] replied

    Hi Hilke,

    Please add the code below to your Custom CSS area:

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul {
        background-color: rgba(236, 72, 72, 0.9) !important;
    }

    :)

  •  20
    Hilke replied

    Hi Ylli,

    What a fast answer :-0

    Did I do something wrong? It didn`t change :-(

  • [deleted] replied

    Hi Hilkes,

    The code is not executed because you are using a non-valid CSS code on the first line on your Custom CSS codes. You must remove the first line of code there.

    More info on this screenshot:


    (view on new page)

  •  20
    Hilke replied

    Ok 

    now it is working on all pages except the landing page.

  • [deleted] replied

    Hi Hilkes,

    Hmm, please remove the old CSS code and change with this new one:

    ul.sub-menu {
        background-color: rgba(255, 77, 77, 1) !important;
    }

  •  20
    Hilke replied

    Super!

    Thanks!!!!

  • [deleted] replied

    Hi Hilke,

    You're welcome

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance and have an amazing day!

    Will set this ticket as solved from here.