Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1053353
    armintz
    Participant

    I’m using the following code to change the background color of my navigation’s sub menu:

    /* NAVBAR SUB MENU COLOR*/
    
    .sub-menu li a:link {
        background-color: #061247;
    }

    dev site: http://tinyurl.com/jzhphmd

    as you can see when you hover over “services” in the navigation, the submenu/dropdown menu has a large white area/border around it. how can I change this white area to match the blue that i have set for the inner part of the menu?

    thank you

    #1053724
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-navbar .sub-menu {
        background-color: #061247 !important;
    }

    Thanks.

    #1053731
    armintz
    Participant

    perfect, thank you

    #1053755
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1053353 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>