Site logo

Archived topic

Keep dropdown submenu open

3 replies · Started by James on August 24, 2017

Viewing posts 1–4 of 4

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!

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;
}

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

All the best,

Jim

No problem!

This archived topic is closed to new replies.