Skip to content

Instantly share code, notes, and snippets.

@uddhabh
Created September 30, 2021 11:44
Show Gist options
  • Save uddhabh/18eb195054f57c935d1d7d2da6c3cb2f to your computer and use it in GitHub Desktop.
Save uddhabh/18eb195054f57c935d1d7d2da6c3cb2f to your computer and use it in GitHub Desktop.
Divi slider disable first slide animation
.et_pb_slide:first-child .et_pb_slide_image,
.et_pb_slide:first-child .et_pb_slide_image img,
.et_pb_slider .et_pb_slide:first-child .et_pb_slide_description,
.et_pb_slide:first-child .et_pb_slide_image img.active {
-webkit-animation-duration: 0s !important;
animation-duration: 0s !important;
opacity: 1 !important;
animation: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment