Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: can I use font-awesome with smartmenus?

Home Forums Older releases 0.9.x can I use font-awesome with smartmenus? Reply To: can I use font-awesome with smartmenus?

#2285
admin
Keymaster

Not sure why you are having troubles – maybe you have not configured the path to the Font Awasome CSS file. I just tried including it like this on the page:

<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

And then adding icons like this:

<li><a href="#"><i class="fa fa-camera-retro"></i> Link</a></li>

works without any problems.

How can I easily hide some menu items on mobile devices, an equivalent of class=”navbar-brand hidden-xs”

You can use the same class:

<li class="hidden-xs"><a href="#">Link</a></li>