Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1018429
    Darren G
    Participant

    Hi,

    How can I remove the sub menu background colour from being transparent – I want it to be a solid colour – http://www.grow-digital1.com

    Thanks

    #1018483
    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems you have added the following code to change the background color of menu and submenu together :

    .x-navbar, .x-navbar .sub-menu {
      background-color: hsla(329, 65%, 45%, 0.5) !important;
    }

    If you want to add this for main menu only then update the code to following :

    .x-navbar {
      background-color: hsla(329, 65%, 45%, 0.5) !important;
    }

    To control the submenu background indiviudually, you can use this :

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

    Hope this makes sense.

    #1018552
    Darren G
    Participant

    Brilliant – thank you 🙂

    #1018584
    Joao
    Moderator

    You are welcome.

    Let us know if you need help with anything else.

    Joao

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