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
November 15, 2018 at 01:17 UTC - Views: 40
#57352
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.

