3
07/11/2024 7:59 am
Konu başlatıcı
Hi, I have Divi WordPress teması and recently I've noticed that the gallery module has an animation - going from the left (slight one);
How can I remove it as there is no such option in the module itself (I've also checked the row and the section - nada!)
Teşekkürler
1 Yanıt
2
07/11/2024 8:01 am
Hi, in your Divi child theme in the style.css inlcude this code:
.et_pb_gallery_item {
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
....or in the additional CSS section in Divi options.
