Tagged: gallery
Hello,
Is it possible to change the size of the image file title within a masonry gallery when that image is clicked on?
For example, a person clicks on an image in the private content. The image title below the lightbox needs to be bigger.
Can you please assist?
Thanks,
Hey digital-handyman!
Add this to your custom CSS.
.mfp-title {
font-size: 20px !important;
}
Cheers!
Elliott
Thanks for that
Issue resolved