How to show semi-transparent cover/overlay | Essential Grid

Hello!

I would like to adjust my Essential Grid settings so that the semi-transparent “Cover” shows at all times, hover or not. I’ve tried various solutions from various sources, to no avail.

I’d love a fix or a tiny code snippet I could keep on file, as this is something I often need.

Thank-you!

Hi there,

As we do not have the exact settings you have done in our installation of Essential Grids, it will be helpful to have the exact URL of your website page that has the grid to check and give you curated CSS code which will make the changes you are looking for.

Thank you.

One example of the grid is on this page, but I would LOVE it if the code could be applied to more than one grid, as it’s a functionality I often need.

Hey There,

Please give a try to this CSS code snippet.

.esg-entry-cover {
      background-color: rgba(255,255,255,0.65);
}

Hope this helps.

Regards

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.