add_action('wp_enqueue_scripts','fix_elementor_css_priority',9999);function fix_elementor_css_priority(){if (class_exists('Elementor\Plugin')){// Force Elementor CSS to load last wp_dequeue_style('elementor-frontend');wp_deregister_style('elementor-frontend');wp_enqueue_style('elementor-frontend')}}