Search Divi Gallery Extended Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

How to remove arrows overlaid on the video in lightbox mode in the video module of Divi Gallery Extended?

To remove the arrows overlaid on the video when using the Lightbox in the Video Module of Divi Gallery Extended, follow these steps:

  1. Go to your WordPress admin dashboard.
  2. Navigate to Divi > Theme Options.
  3. Scroll down to the Custom CSS section.
  4. Add the following CSS code:
.el_video_gallery_lightbox .mfp-container .mfp-content:hover ~ .mfp-arrow{
opacity:1 !important;
}
.mfp-arrow{
opacity:0 !important;
}