[Resolved] Keep dropdown submenu open

Home Forums Support [Resolved] Keep dropdown submenu open

Home Forums Support Keep dropdown submenu open

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #372573
    James

    Hi there,

    I have a submenu which I would like to remain permanently open, with no toggle. How would I go about that? Drawing a blank so far.

    Thanks!

    #372749
    Leo
    Staff
    Customer Support

    Hi there,

    Can you give this a shot?

    .main-navigation .main-nav .sub-menu {
        opacity: 1 !important;
        display: block !important;
        left: auto;
        right: auto !important;
        position: relative;
        width: 100%;
        clear: both !important;
        top: auto;
        float: none;
    }
    
    .main-navigation .dropdown-menu-toggle {
        display: none;
    }
    #375301
    James

    Hi Leo,
    Sorry for the wait for a reply, been away without internet! That works perfectly, thanks very much.

    All the best,

    Jim

    #375397
    Leo
    Staff
    Customer Support

    No problem!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.