Add Font Awesome Pro Icon To Menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Add Font Awesome Pro Icon To Menu

David Podesta

David Podesta

Helix Framework 4 years ago

Hi,

I want to add a font awesome icon to the menu item that isn't included in helix ultimate .

Any advice on how I can do that?

Thanks

David

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #27786

Hi, yes - it's possible. But you have to use custom class name for menu item and inside Custom CSS define that class name by adding a image etc.

This method works for all templates also for Protostar etc.


Tip! The content property may be very useful in your case.

.icon-here::before {
  content: url(menu-icon.png);
}

whole rest is on your hands, I hope.

0
David Podesta
David Podesta
Accepted Answer
4 years ago #27838

Thanks for your help.

0