submenu stay visible on parent menu click

Malinka
59 Posts
Malinka posted this 23 November 2016

Hi

How to make submenu stay visible on parent menu click?
Can it be done with css or do i need javascript?

Horisontal submenu use this css:
.bd-sub-item {
display: table-cell !important;
}

Best regards
Malinka

Hi How to make submenu stay visible on parent menu click? Can it be done with css or do i need javascript? Horisontal submenu use this css: .bd-sub-item { display: table-cell !important; } Best regards Malinka
Vote to pay developers attention to this features or issue.
3 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 24 November 2016

Hi,

You mean that when the parent page is pressed and loaded the submenus are stayed opened? There is no such option and you will need to edit the script.

Sincerely,
Hella

Hi, You mean that when the parent page is pressed and loaded the submenus are stayed opened? There is no such option and you will need to edit the script. Sincerely, Hella
Malinka
59 Posts
Malinka posted this 24 November 2016

Hi

I added Top Menu under Main navigation as submenus and made top menu display:none;
On pages i need top menu to show i did display:block;

.bd-topmenu-2 {
display: none;
}
and on pages that show Top Menu
.bd-topmenu-2 {
display: block;
}

Only thing i miss is Top Menu should be visible when hover a parent menu with submenu.

Best regards
Malinka

Hi I added Top Menu under Main navigation as submenus and made top menu display:none; On pages i need top menu to show i did display:block; .bd-topmenu-2 { display: none; } and on pages that show Top Menu .bd-topmenu-2 { display: block; } Only thing i miss is Top Menu should be visible when hover a parent menu with submenu. Best regards Malinka
Support Team
Support Team posted this 25 November 2016

Hi,

Looks like now it shows the menu on hover. Please let us know if you need our further help.

Sincerely,
Hella

Hi, Looks like now it shows the menu on hover. Please let us know if you need our further help. Sincerely, Hella
You must log in or register to leave comments