Hi, I’m not sure what you mean by sample.
I realized it probably isn’t possible with css, but I think it should be possible with Java script. I’ve been trying to apply a nopin attribute to all team member thumbs, but I haven’t had any luck.
I tried using the following code in a custom JS plugin but it didn’t work.
jQuery(function($) {
$('.team_thumb').attr('nopin','nopin');
})