Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #832371

    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?

    #832375

    Here’s an example pg where I don’t want the images (portfolios) to be clickable.

    #832568

    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

    #832920

    Hi Sarah,

    I tried that but each image is still opening to the portfolio pg.

    Thanks!

    #834897

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .page-id-62 .av-masonry-entry {
      pointer-events: none!important; 
    }

    I added the page ID to target only the page you linked to, you can add more page IDs or remove it to cover all pages.

    Best regards,
    Mike

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.