Site icon Hip-Hop Website Design and Development

How do I make a toddler theme’s fashion.css load after plugin css?

A consumer web site is utilizing Final Visible Composer Addons plugin, which load its CSS file after the father or mother and little one theme stylesheets.

How do I load the kid theme stylesheet after the Final Visible Composer Addons stylesheet?

Assist appreciated.

Replace: from @the_dramatist’s reply, I’ve created a features.php within the little one theme, and added:

add_action( 'wp_enqueue_scripts', 'ross_north_child_theme_scripts' );
perform ross_north_child_theme_scripts() {
    wp_dequeue_style( 'houzez-style-css' );
    wp_enqueue_style( 'houzez-style-css', 'http://rossnorth.websitetechnology.com.au/wp-content/themes/houzez-child/fashion.css', array('ultimate-style-min-css' ), null, 'all' );
}

however ultimate-style-min-css remains to be loading after houzez-style-css at this web site.