I have some massive flickering going on in the header of my website. Could you guys please investigate?
The bug is on a live site so the request is quite urgent.
Try to add the following PHP code snippet to the child theme functions.php file to fix this. Or you can use our theme’s list element instead of the default Elementor’s one.
add_action('wp_enqueue_scripts', function () {
wp_enqueue_style( 'widget-icon-list');
}, 10010);