Skip to content

Instantly share code, notes, and snippets.

View wpfyorg's full-sized avatar
🎯
Focusing

Arnab Mohapatra wpfyorg

🎯
Focusing
View GitHub Profile
@wpfyorg
wpfyorg / replace eicons with font awesome.css
Last active August 27, 2019 16:05
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;
}