Hover Overlay an img with an image

Posted in: Newspaper
Post count: 5

Hello,

I would like to target the img on “td-module-thumb” and have an image appear (like a watermark) over the post image when the user hovers over it. I think this is the CSS class, but I’m not sure where I have to place a) the image file, b) make sure the overlay appears over the post image.

I am asking about td-module-thumb, because I would like to target all thumbnails in the theme’s VC blocks.

Thank you

Post count: 22421

Hi,

Well we have not tested this but this is the css class you have to target to do it:
.td-module-thumb:hover{}
You will have to use a few css tricks to do it. W3 schools is a good learning platform that can help you out on your task.

Thank you!

Post count: 5

Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.