Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1261413
    DodgersWin
    Participant

    On mobile my submenu under the “training” menu shows partial borders (bottom and left). I would like it to have no border (a black border would also work). This only applies on mobile.

    I have tried adding the following CSS into ubermenu:

    .ubermenu .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop{
      background:rgba(0,0,0,.8);
    border-style: none;
    }
    #1261534
    Joao
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1261598
    DodgersWin
    Participant
    This reply has been marked as private.
    #1261905
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    @media only screen and (max-width: 800px) {
        .ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-target {
        border-bottom: none !important;
    }
    }

    Thanks.

    #1262098
    DodgersWin
    Participant

    Works. Thank you.

    #1262165
    Rupok
    Member

    You are welcome!

    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-1261413 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>