Tumblr Fade Image Effect Code


If you want all your images have a fading effect when you hover the mouse cursor on them, you just need to paste the following html code into your layout.

Follow the tutorial below



Tumblr Fade Picture Effect Code

  1. Go To Customize Theme >> Edit HTML and find with Ctlr+f the following tag <style type=”text/css“> (you’d be better off just searching for type=”text/css“). Right under it, paste the following code, which will apply the fading effect to all your pictures.

  2. img { border: 0px solid #eee; padding: 3px; filter: alpha (opacity=80); opacity: 0.80;}
    img:hover {filter: alpha (opacity=100); opacity: 1.0;}



You will find more codes for tumblr after the link.

One Response to "Tumblr Fade Image Effect Code"

Add Comment
  1. ICandySkarsgård

    January 31, 2013 at 8:26 pm

    Hi! I have tried adding this to my design as directed above, but the code is displaying itself on my page. What am I doing wrong? Thank you for your help! :)

    [Reply]

Submit a comment

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>