I'm developing a WordPress based website. Using latest version of WordPress and Genesis theme. I've to use a seperate stylesheet for IE, how can I add that? Sorry for this silly question, I'm new in web development :(
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
Well, add these lines to functions.php of your theme.
Now create a css file with this name (ie-only.css) and put that into your theme's directory. |
|||
|
|
