Okay
  Public Ticket #2726129
Deactivate portfolio item click
Closed

Comments

  •  1
    sidneyanand started the conversation

    I use a single featured image per portfolio item, some type of continuous image timeline scroll, there are no other images behind a individual featured image. Is there a way to deactivate any response on clicking on a single image? (at present when clicking on an image, it would switch to a frame with category name without image - and one is required to navigate back to return to the timeline scroll).


    Thanks

    Sidney

  •  291
    Paul replied

    Hello Sidney!

    Please try using this custom CSS to disable the mouse click on portfolio item images:

    .portfolio-item {
        pointer-events: none;
    }
    

    I hope it helps!

    Regards,
    Paul

  •  1
    sidneyanand replied

    Worked perfectly, thanks Paul ;-)