Okay
  Public Ticket #2179264
how to change colour of menu
Closed

Comments

  • Desislava Ivanova started the conversation

    Hi, 

    Just got your answer of how to change the colour of the background in the menu area. Now  I need to know how to change the colour of menu ( the letters itself ). I go the code of how to change the hoover colour but I cannot change the actual colour ( as currently is black and the bacground I want to put is also black, so need to change the letter to be white ( the menu only ) and the hoover stays as it is . 

  •  1,627
    Andrey replied

    Hello, Dear Desislava Ivanova!

    To change menu default color - please use this code:

    .ls .nav > li > a {
        color: rgb(255, 207, 9);
    }
    

    To change a hover color for it - use this code:

    .sf-menu > li > a:hover {
        color: #c2e34f;
        border-color: #c2e34f;
    }
    

    Then save changes and check result at front-end.

    Best Regards!

  • Desislava Ivanova replied

    Thanks . It worked and I cnanged the colour of the menu but doesnt reflect the changes on the mobile version!?


  •  1,627
    Andrey replied

    Hello, Dear Desislava Ivanova!

    In order to check the settings, please send the following info:

    Link/login/password for your WP Dashboard.

    We need exact information about these both points.

    Best Regards!