Created
February 3, 2021 22:45
-
-
Save cesgarma/29c853c034fc0456903ff7b5defdd6ba to your computer and use it in GitHub Desktop.
#1. Add Font Awesome To Divi
The first step is to make sure you have Font Awesome integrated into your website. Font Awesome is an icon web font, and has a huge selection of free and paid icons that you can use. #2. Add An Icon You Don’t Want
First
This file contains hidden or 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
.et-social-facebook a.icon:before { | |
content: "\xxxx"; | |
font-family: "Font Awesome 5 Brands"!important; | |
} | |
.et-social-twitter a.icon:before { | |
content: "\xxxx"; | |
font-family: "Font Awesome 5 Brands"!important; | |
} | |
Google+ | |
.et-social-google-plus a.icon:before { | |
content: "\xxxx"; | |
font-family: "Font Awesome 5 Brands"!important; | |
} | |
.et-social-pinterest a.icon:before { | |
content: "\xxxx"; | |
font-family: "Font Awesome 5 Brands"!important; | |
} | |
.et-social-linkedin a.icon:before { | |
content: "\xxxx"; | |
font-family: "Font Awesome 5 Brands"!important; | |
} | |
Tumblr | |
.et-social-tumblr a.icon:before { | |
content: "\xxxx"; | |
font-family: "Font Awesome 5 Brands"!important; | |
} | |
.et-social-instagram a.icon:before { | |
content: "\xxxx"; | |
font-family: "Font Awesome 5 Brands"!important; | |
} | |
Skype | |
.et-social-skype a.icon:before { | |
content: "\xxxx"; | |
font-family: "Font Awesome 5 Brands"!important; | |
} | |
Flickr | |
.et-social-flikr a.icon:before { | |
content: "\xxxx"; | |
font-family: "Font Awesome 5 Brands"!important; | |
} | |
MySpace | |
.et-social-myspace a.icon:before { | |
content: "\xxxx"; | |
font-family: "Font Awesome 5 Brands"!important; | |
} | |
Dribbble | |
.et-social-dribbble a.icon:before { | |
content: "\xxxx"; | |
font-family: "Font Awesome 5 Brands"!important; | |
} | |
YouTube | |
.et-social-youtube a.icon:before { | |
content: "\xxxx"; | |
font-family: "Font Awesome 5 Brands"!important; | |
} | |
Vimeo | |
.et-social-vimeo a.icon:before { | |
content: "\xxxx"; | |
font-family: "Font Awesome 5 Brands"!important; | |
} | |
RSS | |
.et-social-rss a.icon:before { | |
content: "\xxxx"; | |
font-family: "Font Awesome 5 Brands"!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment