Hello
I would like to make the names on this Masonry Gallery to be smaller, can you please provide me the code for this?
Thanks so much
Brian
Hey schwabino,
Add this to quick css:
h3.av-masonry-entry-title.entry-title{
font-size:10px!important;
}
Adjust the font size to what you need it to be
Best regards,
Jordan Shannon
Hi,
Try the following instead:
#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title{
font-size:11px!important;
}
Best regards,
Jordan Shannon