Jump to content
WebFlake
  • 0

Font Awesome Icons in Nav


szczurekPROS

Question

3 answers to this question

Recommended Posts

  • 0

Ok solved :)


#primary_nav a:before{
    content: "";
    font-family: FontAwesome;
    font-size: 15px;
    display: inline-block;
    position: relative;
    margin-right: 9px;
    top: 1px;
}
#nav_app_forums a:before{ content: "\f0e6"; }
#nav_app_members a:before{ content: "\f0c0"; }
#nav_app_downloads a:before{ content: "\f0ed"; }
#nav_app_shoutbox a:before{ content: "\f1d7"; }
#nav_app_nexus a:before{ content: "\f218"; }

 

Close please

 

Edited by szczurekPROS
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...