Hallo,
i try to place an arrow above the submenu that points to the main menu.
This does not work:
.sub-menu ul:after { content: ‘ ▲▲’; }
.sub-menu ul:only-child:after { content: ”; }
and this should be seen always or only if it is the current menu-item or on hover or both … ?
Icon should belong the the ul element. so i would be always visible when you hover the main menu.
short: always
even if it is not the current menu-item?
