Remove social icon

Hello,

how can i remove the twitter and google plus account, is this an option?

Comments

user
Submitted by lactophobia on Thu, 01/09/2014 - 18:56

You have to edit page.tpl.php and page--front.tpl.php on top of the template like this:
Change:

<?php if (theme_get_setting('social_icons')): ?>
<li><a href="<?php echo theme_get_setting('googleplus_username'); ?>" class="googleplus icon" target="_blank"></a></li>

to:

<?php if (theme_get_setting('social_icons')): ?>
<!-- <li><a href="<?php echo theme_get_setting('googleplus_username'); ?>" class="googleplus icon" target="_blank"></a></li>-->
user
Submitted by lactophobia on Thu, 01/09/2014 - 18:58

the code is not shown properly! Please send Mail to lactophobia@gmail.com

user
Submitted by admin on Fri, 01/10/2014 - 03:16

We have these features available in our premium drupal themes.

However, you can do this by editing few codes.
Find and delete following codes from /templates/page.tpl.php and /templates/page--front.tpl.php

<li><a href="<?php echo theme_get_setting('googleplus_username'); ?>" class="googleplus icon" target="_blank"></a></li>
<li><a href="<?php echo theme_get_setting('twitter_username'); ?>" class="twitter icon" target="_blank"></a></li>