Essential Grid-Remove Hover Animation on Meta

My goal is to have the meta data stay static on page load. (Rather than have it appear on hover) (Like a caption under the image)

Is there a way to remove the animation on the meta text. The animation on the hover of the images would like to remain.

Hi @wghiacy,

Thanks for writing in!

The page URL trowing an 404 error.

Please check and get back to us.

The feature you are looking for needs custom code, which is out of our theme support scope.
We will try our best to help you. Please get back to us with the right URL so that we can have a look.

Thanks

Sorry about that. I changed the url in the middle of the project. Here is the new url

Hi again,

Thank you for providing the URL. To achieve this, just add the following code in the Theme Options > CSS:

.esg-container .tp-esg-item {
    height: auto !important;
}
.esg-layout-even .esg-entry-content {
    display: block !important;
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

Thanks… Almost there. That does what I want, but the last item on the page behaves strange. The meta info is still hidden, unless I hover over ANY image.

The same with this page (scroll to bottom) …And as well as with any of the individual page projects. See link for Project 15…

Hi again,

Try adding the following code as well:

.esg-overflowtrick {
    overflow: visible !important;
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

Thank you! That solve all the issues.

You’re most welcome!

1 Like

You guys are great!

Thanks for good words. You are most welcome. :smiley:

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