Text on transparent images

Hey guys, I’m trying to add some cool functionality to my website but I have no clue on how to do it.
What I’m trying to do is to make button, when clicked on will turn an image transparent and add text on it (scrollable if needed, the image size will remain the same).
How would YOU do it? :thinking:

I would use jQuery. Check these out:

http://api.jquery.com/css
and
https://www.w3schools.com/css/css_image_transparency.asp

http://api.jquery.com/html

Thanks :slight_smile: