Home › Forums › Pro Support › Hover over effect on images › Reply To: Hover over effect on images
December 3, 2018 at 6:31 pm
#6782
Keymaster
Hi there,
To do that, you would just set a black overlay color and remove the effect.
You can adjust the color like this:
.wp-show-posts-image:hover .wp-show-posts-image-overlay {
background-color: rgba(0,0,0,0.4) !important;
}