Tagged: Icon Twitter goes X
Hi,
how to change the social media Icon from Twitter to X in Blogposts?
Best
Tim
Hey slikslok,
Thank you for the inquiry.
The new twitter icon is not yet available on fontello.com but it will be included in the next patch, 5.6.7. In the meantime, you can upload the following zip file to the Enfold > Import/Export > Iconfont Manager.
Twitter icon zip file: https://1drv.ms/u/s!AjjTfXSRbKTvgrYyRsyZmmpebkKtVg?e=GTgWGW
Then add the this filter in the functions.php file to replace the default twitter icon with the new icon.
function avf_default_icons_mod($icons) {
$icons['twitter'] = array( 'font' =>'twitter', 'icon' => 'ue801');
return $icons;
}
add_filter('avf_default_icons','avf_default_icons_mod', 10, 1);
Best regards,
Ismael
Thanks
Hi slikslok,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great weekend!
Best regards,
Nikko