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
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
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,
Looks like now it shows the menu on hover. Please let us know if you need our further help.
Sincerely,
Hella