On my page – https://www.themrteam.com/portfolio/ – I have images with a separate caption below them, I would like to change that so the caption is overlay at the bottom of the image like the following screenshot
Screenshot – https://imgur.com/a/oIKS7
How do I achieve that?
Hey navindesigns,
You can remove the textblock and just use Image only, just edit Image, go to Caption (tab) and set the following:
Image Caption: Yes
Caption: Add the text you want display
Caption Appearance: Always display caption
Just adjust other settings as well, save then in Enfold > General Styling > Quick CSS, add this code:
#top .noHover .av-image-caption-overlay {
height: 50px;
bottom: 0;
}
Hope this helps :)
Best regards,
Nikko