responsive css after custom css in child theme
-
Hi,
I created a child theme and tried to change the responsive features. But it did not work, because the responsive css is after my child css.
I called the child css in the child functions.php with
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); }
- The topic ‘responsive css after custom css in child theme’ is closed to new replies.