I’d like to display the caption under or at the bottom left of each large image
Thank you
Hey octamedia,
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field:
.mfp-title {
display: block !important;
}
Best regards,
Mike
It works, thank you!
One more thing, how can we control the font size on the large images and the thumbnails
Hi,
Please try this code in the General Styling > Quick CSS field:
.av-masonry-entry .av-masonry-entry-title {
font-size: 10px !important;
}
div .mfp-title {
font-size: 10px !important;
}
The first rule is for the thumbnail titles, and the second rule is for lightbox titles.
Best regards,
Mike
I do not see any change even after I increase the font-size to 14 or 30
Hi,
You have active caching on the site, please clear that, disable the plugin then reload the page. When to not use a caching plugin.
Best regards,
Rikard