Title: Map under &#039;Get in Touch&#039; section
Last modified: August 30, 2016

---

# Map under 'Get in Touch' section

 *  Resolved [sheezz](https://wordpress.org/support/users/sheezz/)
 * (@sheezz)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/map-under-get-in-touch-section/)
 * Hi,
 * can i replace the map under ‘Get in Touch’ section to text instead?
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [gouravwptech](https://wordpress.org/support/users/gouravwptech/)
 * (@gouravwptech)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/map-under-get-in-touch-section/#post-6501134)
 * Hello,
 * For that you need to make changes in “footer.php” file at line number 74.
    Use
   this code
 *     ```
       if( !empty($zerif_address) ):
       			echo '<div class="'.$footer_class.' company-details">';
       				echo '<div class="icon-top red-text">';
       					if( !empty($zerif_address_icon) ) echo 'Your text';
       				echo '</div>';
   
       			echo '</div>';
       		endif;
       ```
   
 * By replacing
 *     ```
       if( !empty($zerif_address) ):
       			echo '<div class="'.$footer_class.' company-details">';
       				echo '<div class="icon-top red-text">';
       					if( !empty($zerif_address_icon) ) echo '<img src="'.esc_url(__($zerif_address_icon,'zerif-lite')).'">';
       				echo '</div>';
       				echo $zerif_address;
       			echo '</div>';
       		endif;
       ```
   
 * And put your text in place of “Your text”.
    This will help you.
 * Thank You
 *  Thread Starter [sheezz](https://wordpress.org/support/users/sheezz/)
 * (@sheezz)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/map-under-get-in-touch-section/#post-6501138)
 * Hi,
 * the codes above seems like its editing the footer section.
 * But I want to replace the google map section below my contact us form to my company
   info instead.
 * [http://www.pilatesfitness.com.sg/](http://www.pilatesfitness.com.sg/)
 * this is my website for reference.
 * Thanks so much for the help! 🙂
 *  [gouravwptech](https://wordpress.org/support/users/gouravwptech/)
 * (@gouravwptech)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/map-under-get-in-touch-section/#post-6501149)
 * Hello,
 * I think you are using pro version of theme. Please contact at [http://themeisle.com/forums/](http://themeisle.com/forums/).
   They will help you.
 * Thank You.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Map under 'Get in Touch' section’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/zerif-lite/1.8.5.49/screenshot.
   png)
 * Zerif Lite
 * [Support Threads](https://wordpress.org/support/theme/zerif-lite/)
 * [Active Topics](https://wordpress.org/support/theme/zerif-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/zerif-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/zerif-lite/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [gouravwptech](https://wordpress.org/support/users/gouravwptech/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/map-under-get-in-touch-section/#post-6501149)
 * Status: resolved