Hi There,
Can someone tell me how to change the background color of the Masonry Gallery Title/Excerpt?
Thanks in advance!
Best Regards,
Joep
Hey Joep,
Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab and adjust as needed
.av-masonry-entry .av-inner-masonry-content {
background-color: orange;
color: white;
}
#top .av-masonry-entry .av-masonry-entry-title {
color: red;
}
Best regards,
Yigit