Okay
  Public Ticket #2234754
How do I change the main nav menu font color
Closed

Comments

  • Minatureman13 started the conversation

    I have the kalium theme. I'm trying to figure out how to change the color of the main header navigation menu font.

    I notice when I change the theme color pallette to dark and light, that changes the font color to white/black.

    But I want to use the Default theme color, and customize the font color. I've tried changing all of the skin colors in the theme styling, but none of them change the menu font color.

    How do I do this?

  •  1,558
    Laborator replied

    Hi there,

    Changing the menu skin from dark to white will change the color of the menu but if you want to do it through CSS then add this to Custom CSS:

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu>ul>li>a, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu>li>a {
        color: #FFF;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group