Jump to content

Menu Icon Problem


madfixa

Recommended Posts

Need your help guys. Cant add  Font awesome icon to menu. Followed youtube tutorial

youtube.com/watch?v=vZJR51Z-13M

Cash is disabled.   website atributas.lt

 

.sf-menu > li > a [title=Pakabukai]::before {
     font: 34px "FontAwesome"; 
    content: "\f10b";
    color:Green;
     margin-right:5px;
}

post-1216913-0-76519300-1458131103_thumb.jpg

post-1216913-0-56041100-1458131133_thumb.jpg

Edited by madfixa (see edit history)
Link to comment
Share on other sites

 

Need your help guys. Cant add  Font awesome icon to menu. Followed youtube tutorial

youtube.com/watch?v=vZJR51Z-13M

Cash is disabled.   website atributas.lt

 

.sf-menu > li > a [title=Pakabukai]::before {
     font: 34px "FontAwesome"; 
    content: "\f10b";
    color:Green;
     margin-right:5px;
}

 

Try this:

   
font-family:"FontAwesome"; 
font-size: 34px;
content: "\f10b";
color:Green;
margin-right:5px;

but i think that you need to install font-awesome to your font sites, look this link

Edited by goodluck11 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...