• Hello

    I’m getting confused over enqueing scripts ??

    I’m using Virtue theme and I have added a little flip animation in my website that has different CSS for IE. how do I specifiy if ie and where do I put?

    Thanks in advance

Viewing 1 replies (of 1 total)
  • This is how you can have conditional css.

    <!--[if IE]>
    According to the conditional comment this is IE<br />
    <![endif]-->
    <!--[if IE 6]>
    According to the conditional comment this is IE 6<br />
    <![endif]-->

    I wouldn’t edit your theme css directly. I would either create a child theme or to install the jetpack plugin. The jetpack plugin gives you an option Appearance -> Edit CSS which allows you to change css on the fly.

Viewing 1 replies (of 1 total)
  • The topic ‘Adding a stylesheet if IE’ is closed to new replies.