Home › Forums › Theme support › Cycle Slider › Reply To: Cycle Slider
Ok, please try this code:
.cycle_element h2, .cycle_element h3, .cycle_element a {
-webkit-transition-delay: 4s;
-moz-transition-delay: 4s;
-o-transition-delay: 4s;
-ms-transition-delay: 4s;
transition-delay: 4s;
}
“4s” in the code above means 4 seconds delay, you can change it also to “3s” or “5s”, a value of your choice