Vá no seu Html, Procure por ]]></b:skin>
Acima cole:
.post img {
opacity: 0.90;
box-shadow: 0px 1px 3px #333;
-webkit-filter: saturate(0%);
-webkit-transition: all 55s ease-in;
-moz-transition: all 55s ease-in;
-ms-transition: all 55s ease-in;
-o-transition: all 55s ease-in;
transition: all 55s ease-in;
}
.post img:hover {
opacity: 1.50;
box-shadow: 0px 1px 3px #333;
-webkit-filter: saturate(100%);
-webkit-transition: all 55s ease-in;
-moz-transition: all 55s ease-in;
-ms-transition: all 55s ease-in;
-o-transition: all 55s ease-in;
transition: all 55s ease-in;
}
Pronto, espero que gostem beijos ;*


