• Resolved sasha98

    (@sasha98)


    For my class assignment I need my email in the top right to be a link in which it opens a new email in the same browser or preferably in a second browser. help would be greatly appreciated!! thanks

    https://stuwp.camosun.ca/2016/wp04/

    • This topic was modified 8 years ago by sasha98.
Viewing 1 replies (of 1 total)
  • Imran Ali

    (@imranaliweb)

    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.