How can I do to make facebook page from icons open in a new tab?
target="_blank" ? where?
Thanks for your time.
How can I do to make facebook page from icons open in a new tab?
target="_blank" ? where?
Thanks for your time.
Hi lisakatked,
Kindly open wp-content\themes\eunoia\includes\helper-social-media.php and find this line of code (line 63):
$html .= "<a href='".$icon['social_icon_link']."'>".ucfirst($icon['social_icon'])."</a>";
Replace it with this code:
$html .= "<a href='".$icon['social_icon_link']."' target='_blank'>".ucfirst($icon['social_icon'])."</a>";
Hope this helps. :)
Regards,
Ismael
You must log in to post.