Font awesome 5 deaktivieren (Twitter X Icon aus Version 6)

im Navigationspunkt DESIGN ==> THEMEBUILDER==>functions.php (rechts)

add_action(„wp_enqueue_scripts“, function () {

// Font Awesome 5 (Elementor)
wp_dequeue_style(„font-awesome-5-all“);
wp_deregister_style(„font-awesome-5-all“);

// Elementor Brand Icons
wp_dequeue_style(„elementor-icons-fa-brands“);
wp_deregister_style(„elementor-icons-fa-brands“);

// Falls andere Handles existieren
wp_dequeue_style(„font-awesome-5-all-css“);
wp_dequeue_style(„elementor-icons-fa-brands-css“);

}, 999);

Please select listing to show.