Hi!
Masonry preview for blog posts is formed by an image and a white zone in which we can see : tittle, date, description etc…
Is possible to change the background colour of that part (white zone)?
Maybe with an CSS?
thank you very much!
regards
Hey Pauloflores!
Try adding this to your custom CSS.
figcaption.av-inner-masonry-content.site-background {
background: red !important;
}
Regards,
Elliott
perfect!!!
Thank you very much Elliott!