Tagged: header
Hi!
I will use the “Fixed Header with Social Icon and additonal Navigation”. I need some help to put the RSS Icon as target blank like the Social Icons… Where must i put the target blank code?
Thank you so much
Hey,
Edit includes > helper-social-media.php, find this code on line 73:
$html .= "<a {$blank} href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";
Replace it with:
$html .= "<a target='_blank' href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";
Regards,
Ismael