Okay
  Public Ticket #2306288
Deleting Portfolio links
Closed

Comments

  •  1
    imRS started the conversation

    Hello, i want to delete the links that redirect the portfolio images to a single page.

    I mean, i want to disable that you can click the photos.

  •  291
    Paul replied

    Hello!

    Please try using this custom CSS:

    .portfolio-item > a {
        pointer-events: none !important;
    }
    

    The links should all be disabled.

    Regards,
    Paul

  •  1
    imRS replied

    Hello Paul, still has an active link

  •  291
    Paul replied

    Hmm. How about this one?

    .portfolio-item, 
    .portfolio-item > a {
        pointer-events: none !important;
    }
  •  1
    imRS replied

    THANK YOU SO MUCH PAUL!!!