We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Background title on hover Reply To: Background title on hover

#10782
Eva
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!