Hi,
Please find following code in /wp-content/themes/citytours/footer.php file.
<a href="<?php echo esc_url( $ct_options[ $social_link ] ) ?>">
And replace with following code.
<a href="<?php echo esc_url( $ct_options[ $social_link ] ) ?>" target="_blank">
Best regards,
Hi,
Please find following code in /wp-content/themes/citytours/footer.php file.
And replace with following code.
Best regards,