Title: Adding a stylesheet if IE
Last modified: August 22, 2016

---

# Adding a stylesheet if IE

 *  [Kanger](https://wordpress.org/support/users/kanger/)
 * (@kanger)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/adding-a-stylesheet-if-ie/)
 * 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)

 *  [wpjobz](https://wordpress.org/support/users/wpjobz/)
 * (@wpjobz)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/adding-a-stylesheet-if-ie/#post-5842159)
 * 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](http://codex.wordpress.org/Child_Themes)
   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.

## Tags

 * [enqueue](https://wordpress.org/support/topic-tag/enqueue/)
 * [virtue theme](https://wordpress.org/support/topic-tag/virtue-theme/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [wpjobz](https://wordpress.org/support/users/wpjobz/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/adding-a-stylesheet-if-ie/#post-5842159)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
