Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #195660

    How to get rid of the DASH in from of the URL in the testimonials ?
    (below)

    NAME
    – url.com

    Thanks!

    #196058

    Hi Smaskit6!

    Open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/testimonials.php and replace

    
    if($link)	$output .= 					" &ndash; <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

    #196399

    Perfect! thank you! All done.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Dash before testimonial’ is closed to new replies.