Color Overlay over CMS Image

Hey @Gerry_Van_Leemput!

Good question! Of course it’s possible! If you don’t want the overlay to be interactive on mouse over, here’s the workaround:

First, you’ll need to create 2 div block an place them like so:

Then, you have to set the Div Block 1 position to relative and the Div Block 2 position to absolute and Full

After that you can apply your background color on the Div Block 2 and here’s the result:

If you want a mouse over interaction on the overlay, you will have to set the interaction on Div Block 2.

Hope that helps! :slight_smile:

3 Likes