Home › Forums › Pro Support › Background title on hover › Reply To: Background title on hover
August 15, 2019 at 1:13 pm
#10782
Participant
I really like the Overlay Style 2 but the CSS doesn’t seem to work… I am using this CSS for the posst:
.home .wp-show-posts-image img {
filter: grayscale(100%);
-webkit-filter: grayscale(80%);
}
.home .wp-show-posts-image img:hover {
filter: none;
-webkit-filter: grayscale(0);
}
.wpsp-overlay.wpsp-ov-style-two .wp-show-posts-inner:hover {
-webkit-transform: translateY(0);
transform: translateY(0);
}
I hope you can figure it out 🙂
Thanks!