Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1260336
    KCrem
    Participant

    I would like to change the color of my drop down menu in the main nav. I tried searching the forum, and the code i found didn’t work.

    #1260456
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this request, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1261190
    KCrem
    Participant
    This reply has been marked as private.
    #1261377
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-navbar .desktop .sub-menu {
      background-color: #333 !important;
    }
    
    .x-navbar .desktop .sub-menu li > a {
      color: #999999;
    }
    .x-navbar .desktop .sub-menu li > a:hover {
      color: #fff;
    }

    First one is to set the submenu background color, then the link color and link hover color. Let’s change the color codes to your own preferred color.

    Hope this helps.

    Cheers!

    #1261473
    KCrem
    Participant

    THANK YOU!

    #1261618
    Joao
    Moderator

    You are welcome! 😀

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