Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1422251

    Hi,
    how to change the social media Icon from Twitter to X in Blogposts?

    Best
    Tim

    #1422330

    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

    #1422415

    Thanks

    #1422441

    Hi slikslok,

    I’m glad that Ismael could help you :)
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘New Icon Twitter to X’ is closed to new replies.