Hi, in our main menu we would like to have little downward arrows placed just to the right of the main menu text, to indicate that there are submenus. Is this possible? Thanks.
Hey mrlreynolds!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.menu li > a:after { content: ' ▾'; }
.menu li > a:only-child:after { content: ''; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Regards,
Yigit