Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    https://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 https://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.