Title: Remove Caption on Hover
Last modified: March 25, 2020

---

# Remove Caption on Hover

 *  Resolved [shootitwithfilm](https://wordpress.org/support/users/shootitwithfilm/)
 * (@shootitwithfilm)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/remove-caption-on-hover/)
 * Hello!
 * Is it possible to remove the Instagram caption when you hover over the image?
 * Thank you!

Viewing 1 replies (of 1 total)

 *  [llemurya](https://wordpress.org/support/users/llemurya/)
 * (@llemurya)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/remove-caption-on-hover/#post-12590597)
 * Hello [@shootitwithfilm](https://wordpress.org/support/users/shootitwithfilm/)
 * You can use the css to hide the title attribute, but keep in mind it will stop
   all mouse events on the element
 * `a.zoom-instagram-link { pointer-events: none; }`
 * or you can use a jQuery solution to remove the title attributes on the document
   ready event
 *     ```
       jQuery(document).ready(function() {
           jQuery("a.zoom-instagram-link").removeAttr("title");
       });
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Remove Caption on Hover’ is closed to new replies.

 * ![](https://ps.w.org/instagram-widget-by-wpzoom/assets/icon-256x256.png?rev=2534456)
 * [WPZOOM Social Feed Widget & Block](https://wordpress.org/plugins/instagram-widget-by-wpzoom/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/instagram-widget-by-wpzoom/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/instagram-widget-by-wpzoom/)
 * [Active Topics](https://wordpress.org/support/plugin/instagram-widget-by-wpzoom/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/instagram-widget-by-wpzoom/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/instagram-widget-by-wpzoom/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [llemurya](https://wordpress.org/support/users/llemurya/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/remove-caption-on-hover/#post-12590597)
 * Status: resolved