How can I override the parent’s style-mobile.css file? I’ve tried everything! The line in theme-styles.php should take care of this, but it doesn’t:
if($parabola_mobile=="Enable"){wp_register_style('parabola-mobile', get_stylesheet_directory_uri() . '/styles/style-mobile.css' );}
The Enable box is checked, and I have /styles/style-mobile.css in my child theme, but the parent is overriding it. What can I do? Please help.