Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1149759
    yhshin1020
    Participant

    Hey,

    How do I get rid of the horizontal line that divides the submenu headings from the submenu items below it?

    I also have to decrease the spacing between the submenu heading and the submenu items.

    Thanks

    #1149760
    yhshin1020
    Participant
    This reply has been marked as private.
    #1149790
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target {
        border-bottom: none;
        padding-bottom: 0;
    }
    .ubermenu .ubermenu-submenu-type-stack {
        padding-top: 0;
    }

    Hope it helps 🙂

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