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
(@sheezz)
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/
this is my website for reference.
Thanks so much for the help! 🙂
Hello,
I think you are using pro version of theme. Please contact at http://themeisle.com/forums/. They will help you.
Thank You.