Divi Disable Slider and Gallery Slide-In Effect

0 Comments

·

March 16, 2018

On page load the Divi photo gallery and the image slider have their own automatic “slide in from left” effect. To disable this effect use the following CSS:

.et_pb_slide_image, .et_pb_slide:first-child .et_pb_slide_image img.active {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}

To see all my Divi blog posts click here.

0 Comments

Submit a Comment

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