Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Hover effect on image Reply To: Hover effect on image

#247904
Shikkediel
Participant

You could add this:

.portfolio-box-caption {
  pointer-events: none;
}

It’s because the caption is on top, blocking the hover event. Adding that property makes it so it’s “ignored” by the mouse.