Title: Hide Captions
Last modified: August 21, 2016

---

# Hide Captions

 *  Resolved [Caught](https://wordpress.org/support/users/caught/)
 * (@caught)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/hide-captions/)
 * Hey,
 * how can I hide the captions in the lightbox (Phantom module)?
    I disabled it 
   for the thumbnails but don’t find a way to do it for the lightbox
 * [http://wordpress.org/plugins/grand-media/](http://wordpress.org/plugins/grand-media/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Serhii Pasyuk](https://wordpress.org/support/users/pasyuk/)
 * (@pasyuk)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/hide-captions/#post-4279415)
 * You can remove title and description from image in admin -> Gmedia Library
    If
   you want to keep them – the only way to hide them on frontend is to edit /wp-
   content/grand-media/module/phantom/js/jquery.gmPhantom.js file and replace 604-
   605 rows with this or remove them at all:
 *     ```
       // $('.gmPhantom_CaptionTitle',this).animate({'height': 'show'}, LightboxTextDisplayTime);
       // $('.gmPhantom_CaptionTextContainer',this).animate({'height': 'show'}, LightboxTextDisplayTime);
       ```
   
 * Do the same with 627-628 rows (to hide captions on mobile devices):
 *     ```
       // $('.gmPhantom_CaptionTitle',this).animate({'height': 'toggle'}, LightboxTextDisplayTime);
       // $('.gmPhantom_CaptionTextContainer',this).animate({'height': 'toggle'}, LightboxTextDisplayTime);
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Hide Captions’ is closed to new replies.

 * ![](https://ps.w.org/grand-media/assets/icon-256x256.png?rev=1484725)
 * [Gmedia Photo Gallery](https://wordpress.org/plugins/grand-media/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/grand-media/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/grand-media/)
 * [Active Topics](https://wordpress.org/support/plugin/grand-media/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/grand-media/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/grand-media/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Serhii Pasyuk](https://wordpress.org/support/users/pasyuk/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/hide-captions/#post-4279415)
 * Status: resolved