Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #880427
    fullframenw
    Participant

    Hello! How would I go about changing my navbar’s submenu links where the highlight color is different than the text?

    #880429
    fullframenw
    Participant
    This reply has been marked as private.
    #881298
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    To change the the navbar’s submenu links, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-navbar .desktop .sub-menu a {
        color: red;
    }
    
    .x-navbar .desktop .sub-menu .current-menu-item > a, 
    .x-navbar .desktop .x-nav .x-megamenu > .sub-menu > li > a:hover, 
    .x-navbar .desktop .sub-menu li:hover > a {
        color: blue;
    }

    And feel free to change the colors that would match your site colors.
    Hope this helps. Please let us know how it goes.

    #882457
    fullframenw
    Participant

    That has worked wonderfully. Thank you so so much.

    #883420
    Lely
    Moderator

    You’re welcome!

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