Expired
Hello,
Is there a way for me to have the client links open in a new tab?
Thanks!
please go to file vc_templates/clients.php and find this line: <a href="'.esc_url($client['url']).'" title="'.esc_attr($client['title']).'">
<a href="'.esc_url($client['url']).'" title="'.esc_attr($client['title']).'">
edit to this: <a target="_blank" href="'.esc_url($client['url']).'" title="'.esc_attr($client['title']).'">
<a target="_blank" href="'.esc_url($client['url']).'" title="'.esc_attr($client['title']).'">
Best regards!
Thank you for the help! :)
You must be logged in to reply to this topic.