Okay
  Public Ticket #2523443
Header menu
Closed

Comments

  •  3
    bgremen started the conversation

    Hello,

    I want to change the background color of the submenus (red arrow in my picture).
    I don't want it to be the same as the color of the text in the main menu.
    is this possible ?

    thank you in advance for your help

    Best regards

  • [deleted] replied

    Hi bgremen,

    Can you please add the code below to your Custom CSS area:

    .standard-menu-container div.menu>ul ul, .standard-menu-container ul.menu ul {
        background: red;
    }

    * then you can change the red color to your desired color.

    Have a nice day!

  •  3
    bgremen replied

    Hi Ylli

    Thank you for your prompt response.

    Perfect! I just added " !important" for consideration in custom css.

    Have a nice day.

    Benjamin

  • [deleted] replied

    Happy to hear thatsmile.png

    Have a great day!