Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi –
I’d like the service small icon title link to open in a new tab – can you please add this functionality or direct me to where I could add this?
Thank you!
Hello,
Sorry for the late reply.
Please go to file vc_templates\services_small.php and find this line:
$output .= ' <h4><a href="'.esc_url($data['link']).'">'.esc_html($title).'</a></h4>';
Replace with this:
$output .= ' <h4><a target="_blank" href="'.esc_url($data['link']).'">'.esc_html($title).'</a></h4>';
Best regards!
You must be logged in to reply to this topic.