Viewing 4 reply threads
You must be logged in to reply to this topic.
Can you send me some code that would also activate the icon in the Service Circle Icon to link like the title?
Thank you!
Hello,
Please go to file vc_templates/services_medium.php and find this line:
$output .= '<div class="icon_wrapper" style="'.$extra_st.'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></div>';
Replace with this:
$output .= '<div class="icon_wrapper" style="'.$extra_st.'"><a href="'.esc_url($data['link']).'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></a></div>';
Save changes. Let us know.
Best regards!
You must be logged in to reply to this topic.