Hi @aabei2022,
Sorry for the delay in response.
Please try the solution mentioned in this guide: https://docs.themeisle.com/article/90-how-to-open-links-in-new-tab
Let me know if you succeed – I’m happy to help.
Hi, I did find that and read it while waiting for someone to reply. However, I’m not sure how I’m suppose to edit the following code to work for me. Do you have any idea?
<script type="text/javascript">// <![CDATA[
jQuery(document).ready(function($){
$('#footer .social li a').each(function(){
if( $(this).attr('href') && 0 != $(this).attr('href').indexOf('#') ) {
$(this).attr('target', '_blank');
}
});
});
// ]]>
Hi @aabei2022,
Would you please share your website URL? I need to check how you added the social icons in the footer so I can guide you in code modifications.