Hello,
I have looked into other theme forums for adding additional social media icons (YouTube and Tumblr to be specific) to the header along with the pre-loaded twitter and facebook icons. I downloaded the matching icons suggested with the theme (http://www.komodomedia.com/download/#social-network-icon-pack) and placed in habitat/images/shared folder with the names youtube_16.png and tumbler_16.png.
I added code to header.php under the pre-loaded icons:
if($k_option['includes']['acc_fl'] != '')
echo "<li class='youtube'>youtube";
if($k_option['includes']['acc_fl'] != '')
echo "<li class='tumblr'>tumblr";
However, I'm not sure where to add the link to the pngs so they will show up. So far, nothing has changed on the website with the addition of code. Please let me know if I need to change any of the code above. You can see the website I am working on here: http://www.http://www.elizabeth-sauter.com/
Thank you!














