Delay slide transition on Header Carousel
-
Hi all, I’m a bit stumped again, I was hoping I could pick your brains!
I need to delay the transition time between images on my Header Carousel I am updating the images to contain tag lines and I need the visitors to be able to read the text before it changes. I can’t find out what it is currently set at but I count about 3s and I need it to be 5 or 6s.
I’ve recently been provided with some Custom CSS to change the opacity/overlay of the banner images
.banner .banner-images .banner-images-image:before {
content: “”;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 1;
, so I was hoping to find my answer in the same area, but the only code I can see that relates to transition is:Transition: opacity 1000ms cubic-bezier ( 0, 0, 0.04, 0.98) 0s – I’m not entirely sure this is what I need to adjust.
Would this Custom CSS relate to the .banner .banner-images .banner-images-image too?
TIA
The page I need help with: [log in to see the link]
- The topic ‘Delay slide transition on Header Carousel’ is closed to new replies.