Home New Guten Forums WoodMart support forum How to disable image link on Instagram element ( Theme element )

How to disable image link on Instagram element ( Theme element )

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #230077

    [email protected]
    Participant

    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.
    #230155

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .instagram-picture .wrapp-picture a {
       pointer-events: none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)