Home Forums Weaver Xtreme Theme Horizontal submenu to remain open after selected – currently disappears Reply To: Horizontal submenu to remain open after selected – currently disappears

#57352
scrambler
Moderator

Now if you just wanted to have the sub menu always visible period, because you are using the smart menus, you need an extra rule below

.is-desktop .wvrx-menu ul {display:block !important;}

or just add !important on your current page rule. This is because smart menu set the display property with a script as inline CSS which is stronger than any selector rule.