-
AuthorPosts
-
May 17, 2013 at 11:06 pm #23454
Hey, I’m using the Enfold theme for a Real Estate site. I was trying to add an Instagram icon to the icon list and add that to the top of the site. I can’t find the icon folder in the theme files to change or add to that. I found in the functions file that there were all these numbers and thought that maybe it might be more complicated to do that than I thought.
‘tumblr’ => ‘’, //219
‘twitter’ => ‘’, //210
‘vimeo’ => ‘’, //208
May 18, 2013 at 5:38 am #119857Here is what I did to add the Instagram icon in there:
1. Open the functions.php found in the /wp-content/themes/enfold folder, find the list of font icons and add Instagram to the list. (I added it underneath Facebook)
‘instagram’ => ‘’,[/CODE]
[B]2.[/B] Open the register-admin-options.php found in the /wp-content/themes/enfold/includes/admin folder , find the list of social icons and add Instagram to the list. (I added it underneath Facebook)
[CODE]’Instagram’ => ‘instagram’,[/CODE][B]3.[/B] Open the layout.css found in the /wp-content/themes/enfold/css folder, find the social_bookmarks and add Instagram to the list. Pick a colour for the icon too. (I added it underneath Facebook and the icon is brownish)
[CODE]#top .social_bookmarks_instagram:hover a{color:#fff; background-color:#61380B; }[/CODE]You can see the edit live on my site at http://jeutie.info – social icons are in the footer. Hope it helps!
[CODE]’instagram’ => ‘’,[/CODE]
2. Open the register-admin-options.php found in the /wp-content/themes/enfold/includes/admin folder , find the list of social icons and add Instagram to the list. (I added it underneath Facebook)
‘Instagram’ => ‘instagram’,[/CODE]
[B]3.[/B] Open the layout.css found in the /wp-content/themes/enfold/css folder, find the social_bookmarks and add Instagram to the list. Pick a colour for the icon too. (I added it underneath Facebook and the icon is brownish)
[CODE]#top .social_bookmarks_instagram:hover a{color:#fff; background-color:#61380B; }[/CODE]You can see the edit live on my site at http://jeutie.info – social icons are in the footer. Hope it helps!
[CODE]’Instagram’ => ‘instagram’,[/CODE]
3. Open the layout.css found in the /wp-content/themes/enfold/css folder, find the social_bookmarks and add Instagram to the list. Pick a colour for the icon too. (I added it underneath Facebook and the icon is brownish)
#top .social_bookmarks_instagram:hover a{color:#fff; background-color:#61380B; }[/CODE]
You can see the edit live on my site at http://jeutie.info – social icons are in the footer. Hope it helps!
[CODE]#top .social_bookmarks_instagram:hover a{color:#fff; background-color:#61380B; }[/CODE]
You can see the edit live on my site at http://jeutie.info – social icons are in the footer. Hope it helps!
May 18, 2013 at 6:44 am #119858Hi!
Thanks jeutie for helping us out :)
Best regards,
Peter
May 21, 2013 at 12:18 am #119859What was the number that gave you the instagram icon then?
May 21, 2013 at 12:24 am #119860FYI, it’s found http://www.entypo.com/characters/ and the number is: 62253
May 22, 2013 at 3:21 am #119861 -
AuthorPosts
- The topic ‘Enfold Instagram Icon’ is closed to new replies.