Comments patty_rl started the conversationSeptember 26, 2017 at 11:38amHi, I’m trying to disable the popup image for mobile. Is this possible? I turned on lightbox but I only want it on bigger screens. Thanks[deleted] repliedSeptember 27, 2017 at 6:26amHi patty_rl, This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though Please add the code below to your Wordpress dashboard > Custom CSS area: /* Disable portfolio item popup */ @media (max-width: 768px) { .single-portfolio-holder .gallery .photo>a { pointer-events: none !import; } }1 Like Sign in to reply ...
Hi,
I’m trying to disable the popup image for mobile. Is this possible? I turned on lightbox but I only want it on bigger screens.
Thanks
Hi patty_rl,
This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though
Please add the code below to your Wordpress dashboard > Custom CSS area: