Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1350399
    Curcic
    Participant

    Hey,
    I wanted to remove white line who frames submenu black area
    Picture is attached.
    Thank you!

    #1350402
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .sub-menu {
        border:0; !important;
    }
    

    If that doesn’t help, please provide us your site url so we can take a closer look.

    Thanks

    #1350410
    Curcic
    Participant
    This reply has been marked as private.
    #1350411
    Paul R
    Moderator

    Hi,

    Please replace code with this.

    
    .ubermenu-skin-black-white-2 .ubermenu-submenu.ubermenu-submenu-drop {
       border:0 !important;
    }
    

    Hope that helps.

    #1350417
    Curcic
    Participant

    Great!!
    Thank you 🙂

    #1350422
    Paul R
    Moderator

    You’re welcome! 🙂

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