Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1203934
    bluetroop2
    Participant

    http://cardinal.bluetroop.com/

    Please see this site and the attached screen shot. What CSS code should I use to make the sub-menu drop down into a transparent white? My customer really likes the one on this site… http://aeroatlanta.com/

    #1204124
    Lely
    Moderator

    Hi There,

    Please this custom CSS:

    .x-navbar .sub-menu {
        background: rgba(255,255,255,.5) !important;
    }

    Then update this custom CSS:

    .x-navbar .x-nav .sub-menu a {
       font-size: 14px;
       background-color: hsl(0,0%,100%) !important;
    }

    To this:

    .x-navbar .x-nav .sub-menu a {
        font-size: 14px;
        background-color: transparent !important;
    }

    Hope this helps.

    #1210333
    bluetroop2
    Participant

    Works great, thank you!

    #1210394
    Rahul
    Moderator

    Glad it worked for you.

    Feel free to ask us again.

    Thank you.

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