Okay
  Public Ticket #839123
Menu Color
Closed

Comments

  •  2
    AMAO started the conversation

    Hi there. 

    How can I change the menu color.

    I have tried to change on theme option<Theme Styling. 

    If I changed the color of "Headings color". The menu color has changed. 

    But I would like to menu color only not heading color. 

    How can I solve it?

    Best regards.

    Amao

  • [deleted] replied

    Hi Amao,

    Hmm ok then, Just add the code below to Custom CSS

    .menu .menu-item a {
        color: #75d69c !important;
    }
    
    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu > li > a:after {
        background-color: #75d69c !important;
    }