Hi,
Please find following code in /wp-content/plugins/panagea-booking/inc/shortcode/templates/icon-box.php file. You will find 3 lines.
$html .= '<a href="' . esc_url( $link ) . '">';
And please replace with following code.
$html .= '<a href="' . esc_url( $link ) . '" target="_blank">';
Regards, C-Themes
Dear Kelly,
I did it and it is running well done. Thanks.
Regards,
DAVID