Viewing 1 replies (of 1 total)
  • Theme Author GhozyLab

    (@ghozylab)

    Hi @offbalans

    You can edit the theme file named helper-top-bar.php in /wp-content/themes/zoom-lite/inc/helpers/ on line 52.

    Just find and change the following code:

    <?php if ( $email ) echo '<span class="top-bar-email"><i class="fa fa-envelope-o" aria-hidden="true"></i>'.esc_html( $email ).'</span>'; ?>

    replace with:

    <?php if ( $email ) echo '<span class="top-bar-email"><i class="fa fa-envelope-o" aria-hidden="true"></i><a href="mailto:'.esc_attr( $email ).'">'.esc_html( $email ).'</a></span>'; ?>

Viewing 1 replies (of 1 total)
  • The topic ‘turn email in top bar to link’ is closed to new replies.