madfixa Posted March 16, 2016 Share Posted March 16, 2016 (edited) 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; } Edited March 16, 2016 by madfixa (see edit history) Link to comment Share on other sites More sharing options...
goodluck11 Posted March 16, 2016 Share Posted March 16, 2016 (edited) 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 March 16, 2016 by goodluck11 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now