Hi
Is there a easy way of adding a FA icon to the end of a menu button to indicate there are more levels?
for example a downangle
b
adding icon to menu item
Re: adding icon to menu item
Code: Select all
li.docs a::after, li.sdocs a::after, li.sdocs span::after {
content: " \f078";
font-family: "FontAwesome";
}
Re: adding icon to menu item
Thanks Frase
That works OK.
I was close but hadnt declared the font family and missed the span
B
That works OK.
I was close but hadnt declared the font family and missed the span
B