Okay
  Public Ticket #1535897
thumbnails portfolio
Closed

Comments

  • gregoire started the conversation

    Hi,

    How to get a page with not clickable portfolio thumbnails ? I mean I do not want to go anywhere when I click on a thumbnail, I do not want any lightbox too.

    BR

  • [deleted] replied

    Hi there,

    Can you consider sharing with us your sites WP Credentials with us we have to look at this from close view, mean while you can try the css below before your responding us. Before you continue consider reading the article we wrote about How to Add Custom CSS to your site

    .portfolio-holder.portfolio-loop-custom-item-spacing [data-portfolio-item-id] {
        pointer-events: none;
    }
    

    Thank you.