• Resolved lixiangjing

    (@lixiangjing)


    I really love your theme.But I find out that Social link icon can only use from fontawesome.There is few icon on this website,And lots of un-FREE icons.May you change it to customize icon from website local?Many thanks.
    I know there is 1000+ FREE icons there.But I also have to say.Some people from different countrys.For example.I from China.The social network here is Bilibili/Weibo/Wechat etc.There is no such icons on that site.
    Maybe i’m gotta learn CSS to change that.
    thanks for you reply and this great theme.
    Lixiangjing

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi Lixiang!

    Unfortunately I know very little about Chinese icons and where they can be found. But if you find a source similar to FontAwesome with the icons you want, you will need to add and load those fonts and that css with custom code in the theme. Or, if you can find a WordPress plugin that loads them, that would work as well.

    FontAwesome is loaded on line 214 in functions.php, where it says:

    
    wp_enqueue_style( 'gridzone-font-awesome', get_template_directory_uri().'/fonts/all.min.css' );
    

    You would load your other icons in that function, preferably with a child theme.

    Thread Starter lixiangjing

    (@lixiangjing)

    Alexander:
    Appreciate to your reply.I think the platform like gravatar its good for Global users.We can upload our own icon on them.
    And I think I have to learn CSS language to deal with the icon problem.
    LI XIANGJING

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘May you remove get icon from fontawesome?Want to customize them.’ is closed to new replies.