Home › Forums › Pro Support › Background title on hover › Reply To: Background title on hover
August 22, 2019 at 8:53 pm
#10866
Keymaster
Can you try this?:
.wpsp-overlay.wpsp-ov-style-two .wp-show-posts-inner:hover {
-webkit-transform: translateY(0) !important;
transform: translateY(0) !important;
}