Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
maybe I’m missing it, but I would like an option to show an arrow to the right of each menu items that have submenu. Like the one that automatically appear on mobile version of the same menu.
ahh there is no setting for this
maybe try this css:
.menu-item-has-children>a:after{ content: '⌄'; display: inline-block; position: relative; top: -5px; }
Enter the custom css in "lay options" -> "custom css & html" → custom css for desktop
It’s perfect, thanks!
Anyway, a setting would be nice.
yes i wrote it down!