Title: Hide Image Title on hover?
Last modified: August 21, 2016

---

# Hide Image Title on hover?

 *  Resolved [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/hide-image-title-on-hover/)
 * Is there any way to hide the image title on hover of the Jetpack Gallery?
 * [http://wordpress.org/extend/plugins/jetpack/](http://wordpress.org/extend/plugins/jetpack/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [12 years, 10 months ago](https://wordpress.org/support/topic/hide-image-title-on-hover/#post-3914758)
 * You could try to add the following CSS code to your theme stylesheet, or to your
   custom CSS editor, under Appearance > Edit CSS in your dashboard:
 *     ```
       .tiled-gallery-caption:hover {
           display:none !important;
       }
       ```
   
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/hide-image-title-on-hover/#post-3914759)
 * Thanks but that doesn’t work. It’s the image title tooltip that appears on hover.
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [12 years, 10 months ago](https://wordpress.org/support/topic/hide-image-title-on-hover/#post-3914761)
 * Could you post your site URL here, or a screenshot of what you’d like to hide?
   I want to make sure we’re talking about the same thing. 🙂
 * You can use [http://snag.gy/](http://snag.gy/) to share your screenshot.
 *  [videosc](https://wordpress.org/support/users/videosc/)
 * (@videosc)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/hide-image-title-on-hover/#post-3914894)
 * I believe greencode was trying to hide the image title when you hover over it
   but I stumbled upon this thread because I was trying to hide the caption pop-
   up on hover. After some trial and error I got what I needed by adding this code
   at the bottom of my themes CSS file.
 *     ```
       .tiled-gallery-caption {
           display:none !important;
       }
       ```
   
 * With this code the captions no longer pop up when a cursor hovers over an image,
   but the caption will appear once you view the images in the gallery carousel.
 * (Note: I’m not sure if this is important but I am using the Tiled Galleries Without
   Jetpack plugin instead of the full Jetpack plugin because the only features I
   need are the tiled galleries and carousel.)
 *  [suramyapathak](https://wordpress.org/support/users/suramyapathak/)
 * (@suramyapathak)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/hide-image-title-on-hover/#post-3914906)
 * Hello
 * I want to show the image title on the gallery.
    Is it possible? Website:[http://www.escortjackpot.com/](http://www.escortjackpot.com/)
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [11 years, 10 months ago](https://wordpress.org/support/topic/hide-image-title-on-hover/#post-3914907)
 * [@suramyapathak](https://wordpress.org/support/users/suramyapathak/) Could you
   please start your own thread, as per the [Forum Welcome](http://codex.wordpress.org/Forum_Welcome)?
   
   [http://wordpress.org/support/plugin/jetpack#postform](http://wordpress.org/support/plugin/jetpack#postform)
 * Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Hide Image Title on hover?’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/hide-image-title-on-hover/#post-3914907)
 * Status: resolved