How to stop image titles from appearing on hover for portfolio showcase on homepage?

I have a list of pictures on my homepage porfolio showcase that are numbered Red Carpet Experience 1, 2, 3, 4 etc. I would prefer if the titles of the images didn’t appear on hover. Any way to solve this?

Thank you.

I decided to delete the titles from them completely. I would prefer a different way if possible though for SEO purposes

Hello @Tony_Clifford

Just add this CSS code in the Customizer> Additional CSS, and the title will not appear anymore:

.entry-thumbnail-popover-content.lightbox_popup_insp:hover h3 {
    display: none !important;
}

This works well, thanks. Is there a way only apply this to specific portfolio pages and not all of them?

@jmcrowe I think we can find a way to do it.

Do you mean specific portfolio pages or portfolio posts in a gallery?

Maybe you can open a new ticket in our Support Desk so we can assist you better?

Yes, I was referring to specific pages, not posts.

I’ll open up a ticket in the Support Desk. Thanks for the reply!

Hi Pavel,

A question related to portfolio title, i would like to keep the title but remove its link to the portfolio page.
Actually opening them in lightbox is enough, no need to open the whole portfolio post.

Thank you in advance,