how to have inverted fade

1) press ctrl+f & search for <style type=”text/css”>
2) copy & paste this code under <style type=”text/css”>

{block:ifinvertedfade}img{-webkit-transition: opacity 0.7s linear;opacity: 0.8;}img:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;}{/block:ifinvertedfade}


3) scroll up until you see multiple <meta name=” CODE EXAMPLES” > 
4) paste this under the last code

 <meta name=”if:inverted fade” content=”1”/>


5) save & done