Hi,
Does Enfold has a functionality to add a sign (down arrow, a plus or something) to each item in the menu which has a submenu/links underneath?
Thank you!
Hey costin!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.menu li > a:after { content: ' ▾'; }
.menu li > a:only-child:after { content: ''; }
Cheers!
Yigit
Strange, the first time it didn’t but now it works. Thank you!