Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1112141
    spencerdauphin
    Participant

    Please could you tell me how to customise the sub menu border radius in Uber menu?
    Top level has nice rounded corners via a simple setting in Customiser, but I cannot for the life of me find the same for the next level down?

    #1112170
    Prasant Rai
    Moderator

    Hello There,

    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.

    Thanks.

    #1113447
    spencerdauphin
    Participant
    This reply has been marked as private.
    #1113466
    Thai
    Moderator

    Hi There,

    To add the border-radius to the submenu, please add the following CSS under Customizer > Custom > Global CSS:

    ul.ubermenu-submenu {
        border-radius: 5px !important;
        box-shadow: none !important;
    }

    Hope it helps 🙂

    #1113578
    spencerdauphin
    Participant

    Nope. Doesn’t change round the corners, but does completely overwrite all the style changes made to the menu! Have deleted it back out.

    #1113640
    Paul R
    Moderator

    Hi,

    You can try this code instead.

    
    .ubermenu-nav .ubermenu-submenu {
         border-radius: 5px;
    }
    

    Hope that helps.

    #1113652
    spencerdauphin
    Participant

    Nope. Still nothing 🙁

    #1113656
    spencerdauphin
    Participant

    I put that last code into the custom tweaks box instead and it worked! Thank you!!!

    #1113664
    Thai
    Moderator

    Glad it worked.

    If you need anything else please let us know.

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