Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1005043
    Ying-Fu Li
    Participant

    Hi,

    I’ve put a mobile menu on my desktop site (http://keyfactor.tafeltennisprimeur.nl) and have it customised to my wishes except one thing. When the menu is expanded the color of the icon and ‘MNEU’ revert back to white but I want them to stay black like in hovered state. Can’t find how to do that! Help appreciated 😉

    Thanks!

    #1005049
    Christian
    Moderator

    Hey Ying,

    Please add the code below in your Appearance > Customize > Custom > CSS

    .masthead-inline .x-btn-navbar:hover {
        color: black !important;
    }

    Hope that helps. 🙂

    #1007413
    Ying-Fu Li
    Participant

    Hi,

    That doesn’t work. The hamburger icon and ‘MENU’ still change to black on hover and when active revert back to white again.

    #1007536
    Nabeel A
    Moderator

    Hi there,

    Please replace the previous code with this one:

    .masthead-inline .x-btn-navbar {
        color: #000 !important;
    }
    .x-btn-navbar, .x-btn-navbar.collapsed {
        color: #fff;
    }

    Let us know how this goes!

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