Tagged: image, image media element, image overlay
I want to have 3 images in a row on my front page, but rather than have a text caption overlay, is it possible to have an image overlaying an image?
Hi Coronacom!
You could try doing some CSS like so.
.av-caption-image-overlay-bg {
background: url("URL to your image") !important;
}
But that’s probably not the effect your wanting.
Best regards,
Elliott