Coloured menu hover + bars on sides

  • Posted in : Bloggy WP
  • bluewhisky23
    Participant

    Hi,

    is there any way I can customize the followng:

    (1) the thickness/colour of the bars on the side of the main menu items
    (2) the hover colour and background of menu items.

    ahmetsali
    Keymaster

    Hi,

    1- you can change border colors via Live Customizer, update the theme if you don’t see them. To change the thickness try this custom css code;

    .main-navigation, .main-navigation > ul > li > a { 
        border-bottom-width: 2px;
        margin-bottom: -1px;
    }
    

    2-) try this custom css code;

    .main-navigation > ul > li > a:hover, .main-navigation > ul > li > a.selected {
        background: #345;
        color: #aff;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register