[ad_1]
Might be theme conflict I just don’t know how to fix. I found the font awesome settings and checked that band-aid box for v4, tried changing some of the other settings and now the instagram icon appears fine, but the linkedin icon next to it is now missing, except appears on hover.
Plugin Contributor
Paolo
(@paoltaia)
Hi, this was hard to debug. The problem is CSS from https://use.fontawesome.com/releases/v6.6.0/css/v4-shims.css?wpfas=true
See screenshot: https://paste.pics/5c24e688d0e3eb84edc32a8e0036ed98
I’m not sure what’s that coming from, but to fix this quickly, add this to your custom CSS:
.fa.fa-linkedin:before {
content: "\e605" !important;
}
Meanwhile I’ll ask the developers to check if UsersWP is loading that old CSS from fontawesome and what we can do to fix it.
Thanks,