Is it possible to change the caption style for the easy slider captions? Currently, it overlays the caption on the image. I would like to use the same style as the portfolio items where the caption shows up below the image with a thin border and a arrow pointing to the image.
Is this possible?
Hi!
Yes, it is possible.
Please send us a link of your page and we will do provide the CSS code needed to achive it.
Let us know if we can help you further!
Thanks a lot
Cheers!
Basilis
Basilis,
Thanks for your response. We are just starting to build the site and were curious if it was possible to do. As soon I we are ready to receive that CSS I will reach out again.
Thanks,
Jim
Dear Kriesi, I would also like to do this.
Please could you post the css to make the captions in this Easy Slider appear below the images rather than as an overlay.
Thanks, Richard
Hi,
Please add this in the Quick CSS field:
.avia-slideshow, .avia-slideshow-inner {
overflow: visible;
}
.avia-slideshow {
padding-bottom: 100px;
}
.avia-caption {
bottom: -100px;
}
.avia-slideshow-dots {
bottom: 100px;
}
Best regards,
Ismael
Thanks, this works really well
But the slideshow arrows are no longer displaying in the middle vertically on the slideshow images. How can I move the arrows back up to the middle of the images?
Thanks, Richard
Hi!
Please add following code to Quick CSS
#top .avia-slideshow-arrows a {
top: 42%;
}
Best regards,
Yigit
That’s great, thanks Yigit!