Hi,
I was wondering if it’s possible to change the color of the blocks of text below every picture in the masonry element.
Regards,
Erik
Hi erikvermeulen!
Add this to your custom CSS.
figcaption.av-inner-masonry-content.site-background {
background: green !important;
}
Regards,
Elliott
Thanks, this works!