Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Tumblr: How to show caption on image hover Reply To: Tumblr: How to show caption on image hover

#164226
leinadbc
Participant

Right now, the images fade on hover, I think because of that code

{block:iffadedimagesonhover} img{ -webkit-transition: opacity 0.4s linear; opacity: 1; } img:hover{ -webkit-transition: opacity 0.4s linear; opacity: 0.75; } {/block:iffadedimagesonhover}

And from Tumblr’s help, I understand that the code to display captions is:

{block:Caption}{Caption} {/block:Caption}

But I don’t know how to make it show on hover with the image fading :(