Help In Essential Grid plugin

I have query about essential grid. When user open my 1st page in site then he will see my porfolio in black n white, when he mouse hover then that images or portfolio is going to color.

is it possible?

My link “http://demo.clayinc.in/

I have checked following link “https://theme.co/apex/forums/topic/essential-grid-black-white-hover-effect-stopped-working/” and use that code but that not worked.

Plz suggest

I want my gallery / portfolio is looking like following link : http://seelview.com (portfolio section)

This is an automated message to notify you that your thread was posted in the wrong forum, and it has been moved to the correct place. A member of our team will be happy to reply just as soon as your thread is up. How support works.

For support, please post all questions in the Support Forum.

For peer to peer conversations with other Themeco customers about tips, customizations, or suggestions you are welcome to use the Peer to Peer (no official support provided here).

For Design & Development, Marketing & Media, and Hosting & Optimization discussions you are welcome to use the General Forum to discuss with fellow Apex members about non Themeco related topics. Please keep this in mind in the future.

Thank-you!

Hi There,

Unfortunately, I am not exactly sure of what you want to achieve. Do you mean change the hover gray color to something else like this: https://screencast-o-matic.com/watch/cbQjeyI6fZ

Try this CSS:

.eg-home-1-container {
    background-color: rgba(255, 0, 0, 0.62); /*Change this rgba value of your preferred color*/
}

If this is not what you are trying to achieve, please give us more information and screencast so we can help you better.