I have Page w/ Masonry, which links to the Portfolio pgs. I’m using these portfolios as a way to sort images on the Page. But I don’t want to make these portfolio pgs clickable as I want to use it as a gallery, and not linked to a landing pg. Is there CSS I can add to my Enfold theme to remove all links on Portfolio pgs on this Page?
Here’s an example pg where I don’t want the images (portfolios) to be clickable.
Hi!
Thank you for using Enfold.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-masonry-container a.porfolio {
pointer-events: none;
}
Let us know if that helps!
Best regards,
Sarah
Hi Sarah,
I tried that but each image is still opening to the portfolio pg.
Thanks!