Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Link of social icons in new window › Reply To: Link of social icons in new window
October 28, 2014 at 7:09 pm
#882
Keymaster
Hi,
You can change this in header.php file. Find line 171 and 161 and add target=”_BLANK” to the end of anchor tag.
<a href="<?php echo esc_url($pi_theme_options['header_social_icons']['text'][$index]) ?>" class="<?php echo $icon ?>" target="_BLANK"></a>