Last active
August 27, 2019 16:05
-
-
Save wpfyorg/c7821be7f951258e09f1f6b731a54ab9 to your computer and use it in GitHub Desktop.
replace eicons with font awesome
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*replace eicons with font awasome*/ | |
.elementor-menu-toggle i:before { | |
content:"\f0c9"; | |
font-family: FontAwesome; | |
} | |
.elementor-menu-toggle.elementor-active i:before{ | |
content: "\f00d"; | |
font-family: FontAwesome; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment