Hi,
I want to add an overlay dark transparent color over over the images bottom part under the Image Title in the gallery for the homepage
Hey uribinsted,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
background: rgba(0,0,0,0.5);
padding: 5px;
border-radius: 5px;
}
Best regards,
Yigit