Hi, I hope you are having a beautiful day.
What is the CSS to change Masonry Gallery Title/Excerpt Background Color and Padding?
Thank you for your help : )
Hey,
Thank you, hope you are having a beautiful day as well :)
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.av-masonry-entry .av-inner-masonry-content, .av-masonry-entry .av-inner-masonry-content .avia-arrow {
background-color: orange;
}
.av-masonry-entry .av-inner-masonry-content {
padding: 30px;
}
Best regards,
Yigit
Thank you for your response. That worked great, thank you for your help!