i'm trying to eliminate the greyscale filter and the hovering effect for thumbnails, this is what i did:
comment out the styling for
Code:
/* .post-thumb img {...} */
/* .post-thumb img.img_grayscale {...} */
Code:
div.post-thumb a {
-moz-transition: none;
-webkit-transition: none;
-o-transition: color 0 ease-in;
transition: none;
}
how can i eliminate this?
thank you in advance, cheers







Linear Mode
