Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
yes, please go to file vc_templates/button.php and find this line:
$output .='<a class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).'" href="'.esc_url($button_2_link).'"><span>'.esc_attr($button_2_title).'</span><i class="'.esc_attr($icon).'"></i></a>';
Replace with this:
$output .='<a class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).'" target="_blank" href="'.esc_url($button_2_link).'"><span>'.esc_attr($button_2_title).'</span><i class="'.esc_attr($icon).'"></i></a>';
Best regards!
You must be logged in to reply to this topic.