Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #639185

    Hi,

    I’m trying to add a custom social icon to my header, I’ve tried adding

    // We'll use the Kriesi.at glyph for this example
    function avia_add_custom_social_icon($icons) {
    	$icons['Kriesi'] = 'kriesi';
    	return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    to functions.php but it doesn’t appear in the dropdown box in Social Profiles. I must be doing something wrong?

    #639572

    Hey,

    You’re missing some codes, what icon are you trying to add? is it a custom image (jpg/png) or a custom font?

    Best regards,
    Josue

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