Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #346723

    Hi,

    I’ve been trying to implement my own social media icon but still getting stuck.

    Basically followed this link:

    https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356

    but my icon code doesn’t seem to want to work??

    Can anybody help please?

    #346725

    I just seem to keep getting the pencil icon btw…?

    #347332

    Hi!

    Can you paste the code you are trying to use?

    Regards,
    Josue

    #347618

    add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons[‘oDesk’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue803’);
    return $icons;
    }

    #347913

    Hi,

    Have you already uploaded the custom font containing the oDesk icon? can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.