Advertisement
-
Posts
42 -
Joined
-
Last visited
Community Answers
-
szczurekPROS's post in External PHP Page was marked as the answer
Hello.
Problem solved by myself again
I made it via other way but all works perfect like i want ^^
-
szczurekPROS's post in Font Awesome Icons in Nav was marked as the answer
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