Viewing 1 replies (of 1 total)
  • Hi

    For this copy header.php file (Theme Package >> header.php) in wallstreet parent theme and paste header.php file in bluestreet child theme.

    then find below code in header.php file line no. 51

    <li><i class="fa fa-envelope"></i><?php echo sanitize_email( $current_options['contact_email'] ); ?></li>

    then replace with below code

    <li><i class="fa fa-envelope"></i><?php echo $current_options['contact_email']; ?></li>

    then save and check your website.

    any confusion let me know

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘How to make email link open an email in browser’ is closed to new replies.