When creating submenues, it is not visible in the drop down menu that there are sub menus.
Do you understand? :-)
Would it be possible to add a > to the menu that contains the submenu?
Best
Chrilles
Hi Chrilles,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top #wrap_all .menu-item-has-children {
padding-right: 8px;
}
#top #wrap_all .menu-item-has-children:before {
content: '\e873';
font-family: 'entypo-fontello';
position: absolute;
right: 4px;
top: 50%;
transform: translateY(-50%);
}
Hope this helps.
Best regards,
Nikko
Super thanks, Ill try.
/C