Adding an overlay to collection list item

How’s it going guys ? I was wondering if it was possible to add an overlay with text to hover over my collection list items. Any help ? Thanks! Here is my share link below!

https://preview.webflow.com/preview/celf-creators-project-9c1-d0408017ac218?utm_medium=preview_link&utm_source=dashboard&utm_content=celf-creators-project-9c1-d0408017ac218&preview=85e9375dd6ae3adb606fe7b9d0d7215e&mode=preview

Yes, you can create an absolutely positioned div inside of your collection item with a class like “overlay”, place and position whatever content you’d like inside of that overlay div and then place a hover interaction on your parent div that reveals the overlay however you’d like.

That should get you going in the right direction.