Tutorial: fading effect (for pictures)
1. Go to Customize > Edit HTML and find this code in your theme using CTRL+F: <style type=”text/css”>
2. After that code you have to paste this one (change the numbers to your liking):
img{
-webkit-transition: opacity 0.8s linear;
opacity: 0.60;
}
img:hover{
-webkit-transition: opacity 0.8s linear;
opacity: 1;
}
EXAMPLE:
3. Click Update Preview to see how it will look like. If you like it, click Appearance and then Save.

335 people think this tutorial is helpful.
Like this post if you agree! ;)
Like this post if you agree! ;)

LAST UPDATE: 22-apr-2013



