Hey whdsolutions,
Thank you for the inquiry.
You can use this css code to change the transparent background of the overlay to color gradient.
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(255,255,255,0) 100%);
}
You can visit this site or tool to adjust the color.
Best regards,
Ismael
That is awesome thank you.
How do we get the titles to go top left like in the example
Also is there a way to make the hover effect to be monochrome (black and white)
I sorted this