Okay
  Public Ticket #2330987
Header menu customisation
Closed

Comments

  • Matthew Slocombe started the conversation

    Please could you let me know where abouts are the controls/code for changing the menu element values, colour values most importantly? Hover, Active, Normal

  •  1,634
    Andrey replied

    Hello, Dear Matthew Slocombe!

    If you want to set up the menu, you can put the following code.

    Please, сlick WP Dashboard => Appearance => Customize => Additional CSS and insert here the following code:

    .ds .sf-menu > li > a:hover, .ds .sf-menu > li.active > a {
        color: #0d76e2;
    }
    .ds .sf-menu > li > a {
        color: #b33232;
    }
    .flex-menu.justify-nav-end .nav {
        justify-content: flex-end;
    }
    

    Best Regards!

  • Matthew Slocombe replied

    Thank you for your reply Andrey. 

    This CSS does not appear to have any effect however.

    Just to confim, Iwish to control the colours for the main menu on the Krafty theme