Reply 165415 to: Wrong order of the stylesheets loaded

Avatar: Rose Tyler
Rose Tyler
Support staff
June 9, 2017 at 14:34

Hello,

You can add this code in function.php file of your child theme:

remove_action( 'wp_enqueue_scripts', 'etheme_enqueue_styles', 130);
add_action( 'wp_enqueue_scripts', 'etheme_enqueue_styles',  20);

and try to change 20 value to change order.
But we don’t recommend change order of the stylesheets loaded because you may have some conflict of styles with other plugins.

Regards,
Rose Tyler.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.