• Resolved tkjoffs

    (@tkjoffs)


    I have been trying to figure out how to kill the “Related Posts” hover over effect that shows the post text when you mouse over the images in the JetPack related posts. Anyone out there have a clue as to how to kill it with a filter or css? I have tried a display:none, to no effect.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Stef (a11n)

    (@erania-pinnera)

    Hey there,

    Can you try adding the following to your CSS editor on the Customiser?

    
    .jp-relatedposts-post-a, 
    .jp-relatedposts-post-a:hover {
    	display:none !important;
    }
    

    Let me know how it goes. Thanks!

Viewing 1 replies (of 1 total)

The topic ‘JetPack Related Posts Hover’ is closed to new replies.