Hello,
I am using easy slider to show four photos, however, I would like the title and caption to appear under the photo, not in an overlay.
What is the best way to do this in CSS? Thank you!
And also what are the best selectors to control the type size of the title and captions?
Thanks again!
:)
Hi, I just wanted to check in on this request. I have been trying to hack it myself but no luck, and help would be greatly appreciated. Thank you!
Hey!
Sorry for the delay.
We are working on your ticket please wait while we update the results here soon.
To move the caption below the images please add the below code to Enfold > General Styling > Quick CSS
Please find the selectors also in the below code.
/*Caption below image gallery*/
.avia-slideshow-inner, .avia-slideshow{overflow: visible!important;}
.avia-caption {
bottom: auto!important;
top:100%!important;
left:0!important;
padding:0!important
}
Cheers!
Vinay Kashyap