hi,
how can i add More symbol or icon in Nav Menu?
like this one.. Thanks
[IMG]http://oi59.tinypic.com/1qh66q.jpg[/IMG]
Hi jalmz!
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: ''; }
Best regards,
Yigit
Thanks Yigit! it works like a charm