Stop the Gallery Module Images opening in a Popup

|

The Divi theme comes with a gallery module which lets you display images in both a grid and slider format. When clicked, the images will display in a pop-up "lightbox". If you'd like to disable this so that the images are not clickable and don't open in a popup, you can do it like so:

Disable Gallery Module Lightbox in the Module Settings

There isn't a specific setting for it, but you can disable the gallery module lightbox popup via the module settings by setting:

Gallery Settings > Advanced > Custom CSS > Gallery Item

To include the following:

pointer-events: none;
Like so:

Disable Gallery Module Lightbox using CSS

If you need to disable the gallery module lightbox popup using full CSS, you can do so by giving your gallery module an ID (such as "my-gallery-id") at:

Gallery Settings > Advanced > CSS ID & Classes > CSS ID

And then adding the following CSS to your site:

#my-gallery-id .et_pb_gallery_item {
	pointer-events: none;
}

This post may contain referral links which may earn a commission for this site

Divi Booster

Hundreds of new features for Divi
in one easy-to-use plugin

0 Comments

Submit a Comment

Comments are manually moderated and approved at the time they are answered. A preview is shown while pending but may disappear if your are cookies cleared - don't worry though, the comment is still in the queue.

Your email address will not be published. Required fields are marked *.