Social Icons not showing. Squares showing instead
-
Hi devs,
I’ve had a problem once in a while and this time it took me very long to figure out the solution (again). I solved the issue months ago and couldn’t come up with a nice solution this time.My problem was that I had a global font defined:
* { font-family: Ebrima !important; }
Therefore the social icon set was overwritten. Now at the moment I only made this hack to the simple-social-icons/css/style.css file in line 36 I added the “!important” tag to the “font-family: ‘ssi-icomoon'”. I see that there are a lot of other “!important” tags in that css file.
So I wonder why you didn’t add the “!important” to the font-family? I looked around here in the forum for a solution and I guess that this “!important” would solve a few requests here in the forum.
Is there a reason for not adding it into your css? If not, please add it, so that I don’t have to do it manually every time your plugin is updated.
Thanks a lot
- The topic ‘Social Icons not showing. Squares showing instead’ is closed to new replies.