Hi There,
How can I achieve, that the links of the social icons in the header are opening in a new window?
Thanks
T.
Hey elbnetz!
Which version of Enfold are you using? Please go to wp-content\themes\enfold\includes folder and open helper-social-media.php file and find
http://i.imgur.com/bXYjW5V.jpg
it should be on 73rd line and check if it is the same. It should be, if not please add
target='_blank'
where currently {$blank} is
Cheers!
Yigit
Hi There,
Thanks it works. The only problem: I would like to find a way to move helper-social-media.php into the child theme’s folder. It didn’t work the easy way which would be simply moving the folder /includes/ including the file to the child theme.
Any Idea how we can achieve this?
BTW it is version 1.5.4.
Bests
T.
Hi!
You can add the whole code on helper-social-media.php on the child theme’s functions.php.
Best regards,
Ismael
Thanks.