how can I change the font size of the caption of the masonry gallery?
Hey Karl,
Try this code in the General Styling > Quick CSS field:
.av-masonry-entry-content.entry-content {font-size: 24px !important; }
If this doesn’t work please include the url to the page in question so we can take a closer look.
Best regards,
Mike
Hi there, I’ve tried using this code and for some reason, it’s not working… any ideas? I want to increase the size of the ‘caption’.
Hi,
@ellamac Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.av-masonry-entry .av-masonry-entry-title {
font-size: 20px;
}
Best regards,
Yigit
Thanks so much for your super fast response!! This changed the title size but I am wanting to change the size of the Caption font… when you click on the gallery item.
Hey,
Sorry for confusion. Please use following code instead
div .mfp-title {
font-size: 15px;
}
Cheers!
Yigit
Perfect! Thank you Yigit!!