Disable hover on blog posts Support Forums for LiveMesh Themes & Plugins › Forums › Invent Theme Support › Disable hover on blog posts This topic has 2 replies, 2 voices, and was last updated 6 years, 7 months ago by Marilyn Crofts. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts September 3, 2018 at 11:43 am #31006 Marilyn CroftsParticipant How do I disable the title and category content when hovering over a post image? September 4, 2018 at 5:36 am #31010 VeenaModerator Pls try the below custom CSS in themeoptions > custom CSS .post.type-post .image-info { pointer-events: none; } .post.type-post .image-info-buttons { display: none !important; } September 4, 2018 at 9:10 am #31011 Marilyn CroftsParticipant Thank you, that helped but I ended up tweaking it to this: .image-info .terms {display:none;} .image-info .post-title {display:none;} a.lightbox-link.button.transparent {display:none;} .image-info .image-info-buttons .post-link {margin-left:0px} Thank you for the help!! M Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The topic ‘Disable hover on blog posts’ is closed to new replies.