Jump to content

Navigation FaIcons


Akkita

Recommended Posts

Trying to change the Navigation icons with FaIcons for the drop down menu in navigation. I currently have this for the primary
 

.ipsNavBar_primary #elNavSecondary_43 a:before{
  	content: "\f133";
}

Untitled.png.88306def90d8bf142190d7c5afb6972f.png

But when I go to a drop down menu and try to change the icon for that as well it breaks the drop down menu. I am using Fline by Veilon

REOdOXQ.jpg

Check out my Twitter!

Link to comment
Share on other sites

6 hours ago, Akkita said:

Trying to change the Navigation icons with FaIcons for the drop down menu in navigation. I currently have this for the primary
 


.ipsNavBar_primary #elNavSecondary_43 a:before{
  	content: "\f133";
}

Untitled.png.88306def90d8bf142190d7c5afb6972f.png

But when I go to a drop down menu and try to change the icon for that as well it breaks the drop down menu. I am using Fline by Veilon

Try it like this :

.ipsNavBar_primary #elNavSecondary_43 a:before{
  	content: "\f133";
    font-family: FontAwesome;
}

 

Link to comment
Share on other sites

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