How to disable image link on Instagram element ( Theme element )
-
From Theme Element : Instagram add-on , How can I disable the image link that bring user to its instagram’s site.
Showing image from Instagram account is great but no need the url link.
Right now, each image which display on the site, can be clicked then bring user to instagram page. I would like to disable the click function. Because this make our customer distracted from buying products.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .instagram-picture .wrapp-picture a {
pointer-events: none;
}
Best Regards