is there a way to make the social media buttons open in another page?
social media buttons
2 posts from 2 voices-
Posted 10 months ago #
-
Hi TnClinic,
Yes, you'll need to open your helper-social-media.php located in the includes folder and change this line
$html .= "<a href='".$icon['social_icon_link']."'>".ucfirst($icon['social_icon'])."</a>";to this line
$html .= "<a target='_blank' href='".$icon['social_icon_link']."'>".ucfirst($icon['social_icon'])."</a>";Regards,
MyaPosted 10 months ago #
Reply
You must log in to post.














