Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #981324
    bak
    Participant

    Hi

    How can I have the menu points under “Monitoring” in the same grey than all other submenu points rather than having them in red?

    #981325
    bak
    Participant
    This reply has been marked as private.
    #981650
    Nabeel A
    Moderator

    Hi there,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-navbar .desktop .sub-menu li a {
        color: #a6a6a6 !important;
    }
    
    .desktop .sub-menu .x-active>a, .desktop .sub-menu .current-menu-item>a {
        background-color: #fff !important;
    }

    Let us know how this goes!

    #981786
    bak
    Participant
    This reply has been marked as private.
    #981796
    Rupok
    Member

    Hi there,

    Thanks for updating. Let’s use this CSS :

    .x-navbar .desktop .sub-menu > li:not(.menu-item-has-children) > a {
      color: #a6a6a6;
    }

    Hope this helps.

    Cheers!

    #981803
    bak
    Participant

    perfect!

    #981808
    Rupok
    Member

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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