Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#2166
Robert Kavgić
Participant

Hello,

Please modify the code at about line 96 in header.php where it says:

<span class="text-dark"><?php _e('E-Mail:', 'pi_framework') ?> </span> <?php echo $header_address ?>

to look like:

<span class="text-dark"><?php _e('E-Mail:', 'pi_framework') ?> </span> <a href="mailto:<?php echo $header_address ?>"><?php echo $header_address ?></a>

Now go to “Appearance -> Theme Options -> General – Address:” and write the desired email address ONLY.

The email should now be hyperlinked.

Robert