Hello, I have got your concern, It requires some customization in the source code of the theme. So, send us your website WordPress login details at [email protected] along with the thread link. We will add an option for "Tumblr" in social icon settings. Thanks, Praveen
Hi Praveen, thank you for your reply. I don't give out my password for my site, but if you can send me an updated file I can just replace it in the Wordpress theme. THANKS!! Scott
Hello, Greetings from InkThemes, Kindly follow the step which mentioned in the below image. Step: 1 Add following given code in theme-options.php Code: $options[] = array("name" => "tumblr URL", "desc" => "Mention the URL of your tumblr here.", "id" => "inkthemes_tumblr", "std" => "", "type" => "text"); Step: 2 Add following given code in footer.php Code: <?php if (inkthemes_get_option('inkthemes_tumblr') != '') { ?> <li class="sl-8"><a href="<?php echo inkthemes_get_option('inkthemes_tumblr'); ?>" target="_blank"><span></span></a></li> <?php } ?> Step: 3 Now you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS field and try to cut paste the given below CSS code there . Code: .social_logos li.sl-8 a span { background: url(http://img1.meetupstatic.com/img/5018610054812456462245/externalservice/socialmediaicons/tumblr-16x16.png) no-repeat; } Hope this will resolve your issue. Do let me know if you need more assistance, I would be glad to assist you further,