/* Change the footer widget link icon */
#footer-widgets .footer-widget li:before {
content:"\f105";
font-family: "Font Awesome 5 Free";
font-weight:900;
top:0 !important;
border:0;
}Note: Font Awesome 5 has to be installed first.
/* Change the footer widget link icon */
#footer-widgets .footer-widget li:before {
content:"\f105";
font-family: "Font Awesome 5 Free";
font-weight:900;
top:0 !important;
border:0;
}Note: Font Awesome 5 has to be installed first.