Social icon, Hertz

Hello

How to remove twitter and g+ icons

Comments

user
Submitted by admin on Wed, 01/07/2015 - 03:11

Removing any individual icon is HertzPro feature.
In Hertz theme, you will have to edit codes manually. Please follow below steps to remove twitter and Google+ icons.

  1. Open includes/header.php in any text editor.
  2. Find and delete following codes:
  3. <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>
  4. Save the file. Done!!!
user
Submitted by knut myrvang on Thu, 01/08/2015 - 09:43

Thx:-)