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

    Hey Kirstie,

    In your code please replace:

    
    	$icons['icon_name']	 = array( 'font' =>'entypo-fontello', 'icon' => 'ue854');
    	$icons['icon_name']	 = array( 'font' =>'entypo-fontello', 'icon' => 'ue842');
    

    with

    
    	$icons['Phone']	 = array( 'font' =>'entypo-fontello', 'icon' => 'ue854');
    	$icons['Location']	 = array( 'font' =>'entypo-fontello', 'icon' => 'ue842');
    

    Maybe you need to switch the values ue854 and ue842 if the ue842 value stands for the phone icon and vice versa.

    Best regards,
    Peter

    #1011926

    Perfect! That’s exactly what I was missing. Thanks so much for your help!

    #1011982

    Hi MattJensenMarketing,

    Glad that we could help :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adding Custom Social Icons’ is closed to new replies.