Akkita 19 Posted November 16, 2020 Share Posted November 16, 2020 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"; } 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 Check out my Twitter! Link to comment Share on other sites More sharing options...
The Grim Reaper 143 Posted November 16, 2020 Share Posted November 16, 2020 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"; } 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 More sharing options...
Recommended Posts