CSS won’t load in IE8

I’m having problems with IE8 loading my child theme CSS. It loads the Google fonts and my other custom CSS on the home page (hazelhomemaker.com) but it won’t load my CSS settings for the breadcrumbs or my Google fonts on my secondary pages: hazelhomemaker.com/about and hazelhomemaker.com/contact. In the footer widgets, the links are coded for no underline, but they are showing that way on the home page and the secondary pages. ???

I’m using a Headway theme in WordPress. This issue has been troubleshooted for days by several different developers and no one can figure it out. So if someone here can, you truly are brilliant in my book.

Read More

We’ve ruled out plug-in conflicts. We’ve ruled out CSS coding errors to the best of our ability. Headway is insistent this is not a problem on their end. I am at my wit’s end.

Help would be much appreciated.

D

Related posts

Leave a Reply

1 comment

  1. Could you try and force load it in the header?

    <!--[if lt IE 9]>
        <link rel="stylesheet" type="text/css" media="all" href="http://hazelhomemaker.com/wp-content/themes/headway-schematic/style.css" />
    <![endif]-->