Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi,
my client wants me to set the title link in the service small icon link (shortcode) inactive to avoid the page from jumping to the top when you click on the titles. How can I make that happen? I tried saving without the hashtag, but that did not work.
Thanks,
Beatriz M.
Hello,
Please edit the file ‘specular/vc_templates/services_small.php’.
Find the line:
$output .= ' <h4><a href="'.esc_url($data['link']).'">'.esc_html($title).'</a></h4>';
Remove the link here.
Best regards!
Hi,
thank you for your response. however, I am not sure I fully understand what I need to do when I read your instructions: “Remove the link here.” Can you please clarify what is exactly I need to do?
You must be logged in to reply to this topic.