Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #85101
    maeva
    Participant

    hello,

    I have a question about the menu bar.

    Where i can find the css code to change the color of this menu ?

    Becouse it’s dark and i don’t want this color anymore.

    Thank you for your help

    #85178
    Mahesh
    Keymaster

    Hi @maeva,

    This can be achieved with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    .nav-primary {
        background-color: #00ff00;
    }
    
    .catchresponsive-nav-menu .sub-menu li a:hover,
    .catchresponsive-nav-menu .sub-menu li a:focus {
        background-color: #00ff00;
    }

    Note: Please change the colors as desired.

    Regards,
    Mahesh

    #86240
    maeva
    Participant

    Thank you very much,

    I will try this.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu bar’ is closed to new replies.