Please note, this is a STATIC archive of website www.themepunch.com from 28 Sep 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Black & White Hover Effect for Essential Grid Items

home_topbanner

Use the following CSS to add a black and white / gray-scale effect for your grid items.

With the following CSS, your grid items would start out as black & white, and then transform to color on mouse hover.

Modify the “.your-item-skin-name-” part with whatever your Item Skin’s “Class Prefix” is.

For example, in the following screenshot, the “Class Prefix” is:

.eg-item-skin-1-

item-skin-class-prefix

So with the above Class Prefix, the CSS snippet below would need to be modified from this:

.your-item-skin-name-wrapper .esg-entry-media img {

to this:

.eg-item-skin-1-wrapper .esg-entry-media img {