BOOK APPOINTMENT

How to add font awesome icon to Divi theme?

20 / 100

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">

Now go to the divi theme options and click on integrate and paste this link to <head> section.

See example in the image 

 

Screenshot 6

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:

 

Screenshot 7
icon fontawesome

0 Comments

Submit a Comment