Home › Forums › CSS › Hover effect on image › Reply To: Hover effect on image
November 15, 2016 at 5:24 pm
#247904
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.