Okay
  Public Ticket #868247
menu color
Closed

Comments

  • aras started the conversation

    Hello,

    I would like to change the main menu color to black and font menu font colors to white, how can I do that? Image attached. Thank you

  •  1,558
    Laborator replied

    Hi Aras,

    Try the following CSS by pasting it in the Custom CSS to achieve that:

    header.site-header .full-menu.menu-centered {
        background: #000;
    }
    
    header.site-header div.nav > ul li a, header.site-header ul.nav li a {
        color: #FFF;
    }
    
    header.site-header div.nav>ul>li:hover>a, header.site-header ul.nav>li:hover>a {
        background-color: transparent;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • aras replied

    I appreciate a lot! Sorry, I'm just trying couple of variations for my client. Can you also send me code to change the color where the logo is (not the menu bar). I will make it black so will decide which is better for them. Thank you!

  •  1,558
    Laborator replied

    Hi Aras,

    Use this for the header then:

    header.site-header {
        background: #000;
    }
    

    P.S. If you need to show this to the client then it is better to use a PSD file and re-design it how you want, this is not part of the support just to let you know :)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • aras replied

    Very clever:) I will! Thanks a lot!

  •  1,558
    Laborator replied

    You're welcome Aras :)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • aras replied

    you can close this ticket:)