Hi, how can I display the caption title and caption text for images in the EasySlider so that they display as simple text, aligned left under the images rather than overlaid on the slideshow images?
Hey Richard!
Thank you for using the theme.
You can add this on Quick CSS or custom.css to move the caption text under the slider image:
div.avia-caption {
position: absolute;
bottom: -120px;
}
.avia-slideshow-inner {
padding-bottom: 120px !important;
}
.avia-slideshow-dots {
bottom: 120px;
}
Cheers!
Ismael
Hi!
It looks like you would need to have that effect customized by a freelance developer who can spend some time creating the effect and further debugging it. I wasn’t able to change it via css on my end unfortunately.
Envato Stuido and Codeable.io are both good resource for finding a freelance developer in this case.
Regards,
Devin