You can use below CSS code to create a hover effect on Gallery Grid Simple like this.

/* Galley Hover with Black Border */
.gallery-grid-item:hover img {
outline: 2px solid #000;
outline-offset: -10px;
}

You can use below CSS code to create a hover effect on Gallery Grid Simple like this.

/* Galley Hover with Black Border */
.gallery-grid-item:hover img {
outline: 2px solid #000;
outline-offset: -10px;
}
