Home › Forums › Pro Support › How to show Post title on hover, Styling effect › Reply To: How to show Post title on hover, Styling effect
November 16, 2018 at 6:40 pm
#6468
Keymaster
Try adding this function:
add_filter( 'wpsp_image_title', function() {
return '';
} );
Let me know 🙂