Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #2600786
header menu color
Closed

Comments

  • Carlos Barreira started the conversation

    Hi


    how can i change the header menu background colour (and text color for that menu)


    thx

  •  228
    Milingona replied

    Hi Carlos,

    You can change those colors by adding the following code at Bakery > Custom Code > Custom CSS:

    .vu_main-header {
        background-color: #444;
    } .vu_main-menu li.current-menu-item>a {
        color: #fdb822;
    } .vu_main-menu > ul > li > a {
        color: #f9e1e1;
    } .vu_main-menu>ul>li a:hover {
        color: #fdb822;
    }

    Kind regards,


    Milingona Support

    Follow on     Envato     Facebook     Twitter