To add font awesome icon to the Divi theme, go to the fontawesome website and copy the link of font awesome style
<link rel="stylesheet"
href="https://use.fontawesome.com/
releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf"
crossorigin="anonymous">
href="https://use.fontawesome.com/
releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf"
crossorigin="anonymous">
Now go to the divi theme options and click on integrate and paste this link to <head> section.
See example in the image
Now, go to font awesome website and choose your desired website.
Now, copy the code of an icon and paste it before your text.
For example :
<i class=”fab fa-accessible-icon”></i>
Copy this code and paste it before your text.
See example in the image below:
You may also check this:
70+ Best Free Fonts for Designers – for Commercial Use in 2023
0 Comments