Skip to content

Instantly share code, notes, and snippets.

@wpfyorg
Last active August 27, 2019 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpfyorg/c7821be7f951258e09f1f6b731a54ab9 to your computer and use it in GitHub Desktop.
Save wpfyorg/c7821be7f951258e09f1f6b731a54ab9 to your computer and use it in GitHub Desktop.
replace eicons with font awesome
/*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