Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #687611

    Hi,
    i read many topic on the forum about my question, but no one worked.
    How can I remove the link from images showed into the portfolio grid?
    Thanks,
    Rosa

    #687615

    Hi Rosa!

    Please add following code to Quick CSS

    a.grid-image {
        pointer-events: none;
    }

    Regards,
    Yigit

    #687655

    It works!
    YO!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Portfolio Grid – Remove link from images’ is closed to new replies.