I would like to customize Image caption within a on third column. Now the text I wish to have in caption is still in the title of the text element:
https://hour-away.com/wp-content/uploads/2021/04/Custom-Image-Caption-Enfold-Before.png
What I am searching for is to have in the caption of the photo like this:
https://hour-away.com/wp-content/uploads/2021/04/Custom-Image-Caption-Enfold-After.png
I can put the code in the Quick CSS.
I am sending the login data for the site in private.
Hey Matjaz,
Thank you for the inquiry.
Looks like you managed to do it using a caption overlay. You can remove the default title by editing the text block below the image element.
<h6>“Minutes from the capital”</h6>
You can also use css to adjust the position of the caption.
.av-image-caption-overlay-center {
vertical-align: bottom;
text-align: left;
}
Or change it directly in the caption settings.
Best regards,
Ismael
Thanks. Works great.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon