Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
please look at this page-site: https://www.resinofacile.com/pittura-malta-fai-da-te/
At the bottom of the page I put 2 service small icons. Each icon has its title (i.e. “Leggi la guida applicativa PITTURA”, “Video PITTURA”).
The title is clickable, that is has a link, but no action happens on mouseover on the icon.
How could I make also the icon having the same link as the corresponding title?
Regards
Marco
<h4 style=”line-height: 24px; margin-top: 0px; margin-bottom: 0px; color: #444444; font-family: ‘Open Sans’;”></h4>
Hello,
Please go to file vc_templates/services_small.php and find this line:
$output .= ' <i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i>';
Edit to this:
$output .= ' <a href="'.esc_url($data['link']).'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></a>';
Save changes.
Let us know.
Best regards!
It’s ok. I put the code and now icons are clickable
Thank you
Regards
marco
You must be logged in to reply to this topic.