Remove IE 9 css
-
I want to remove the following line
// Load the Internet Explorer specific stylesheet.
wp_enqueue_style( ‘twentyfourteen-ie’, get_template_directory_uri() . ‘/css/ie.css’, array( ‘twentyfourteen-style’ ), ‘20131205’ );
wp_style_add_data( ‘twentyfourteen-ie’, ‘conditional’, ‘lt IE 9’ );Remove in function is easy
however, I use child-theme
hence I need help to remove this function
please adviseThank you.
The topic ‘Remove IE 9 css’ is closed to new replies.
