Home>Support>Font Awesome icons not appearing on website

Font Awesome icons not appearing on website

I am building a website and it seems the Font Awesome icons are not visible for some reason and I am not too sure why. There are 2 noticeable areas which are effected, the first is on the Home Page, the Previous and Next arrows on the SiteOrigin Layout Slider are not visible. The second issue is on the Contact Page where the social media icons are not appearing in the squares. I have tried to identify what is causing this glitch, but I haven’t been able to fix it so far. Any help that could be offered would be really appreciated, thanks in advance.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 11 months ago Alex S
    Hi, I Work Here

    Hi Adam,

    This issue is caused by your child theme. The following CSS is overriding the icon font (and thus causing the boxes):

    * {font-family: 'Raleway', sans-serif !important;}
    

    To prevent this issue you’ll need to either adjust the above CSS (so it’s not so vague and forceful) or manually enforce the CSS for icons. The former would be preferred as you’ll need to continue adjusting the CSS otherwise.

    For the latter (which I cannot recommend), please add the following CSS:

    .sow-slider-base [class^="sow-sld-icon-"], .sow-slider-base [class*=" sow-sld-icon-"] {
    	font-family: 'so-slider-pointers' !important;
    }
    
    .sow-icon-fontawesome {
    	font-family: 'sow-fontawesome' !important;
    }
    
  2. 7 years, 10 months ago AdamHails

    That did the trick, thank you so much.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More