Home › Forums › CSS › Owl Carousel 2 problem with overflow hidden › Reply To: Owl Carousel 2 problem with overflow hidden
September 8, 2018 at 2:30 pm
#276428
Participant
OK I see … but why not try:
.owl-item {
opacity: 0;
}
.owl-item.active {
opacity: 1;
}