Tagged: testimonials
How to get rid of the DASH in from of the URL in the testimonials ?
(below)
NAME
– url.com
Thanks!
Hi Smaskit6!
Open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/testimonials.php and replace
if($link) $output .= " – <a class='aviablank avia-testimonial-link' href='{$link}' >{$linktext}</a>";
with
if($link) $output .= " <a class='aviablank avia-testimonial-link' href='{$link}' >{$linktext}</a>";
Cheers!
Peter
Perfect! thank you! All done.