Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
To remove the coma, please go to file vc_templates\testimonial_carousel.php and find this line:
$output .= '<h6>'.esc_html(get_the_title()).', </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';
Replace with this:
$output .= '<h6>'.esc_html(get_the_title()).' </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';
Save and refresh.
Best regards!
You must be logged in to reply to this topic.