Title: Disable Caption CSS
Last modified: April 4, 2020

---

# Disable Caption CSS

 *  Resolved [kevinziegler](https://wordpress.org/support/users/kevinziegler/)
 * (@kevinziegler)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/disable-caption-css/)
 * After one of the latest updates suddenly all the pictures showed captions. Is
   there a CCS/PHP code to disable all captions and social sharing?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdisable-caption-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/disable-caption-css/#post-12634535)
 * Hello [@kevinziegler](https://wordpress.org/support/users/kevinziegler/),
 * The easiest way to remove them is to go to Modula > Galleries > edit the gallery
   in question > scroll down to Captions > and turn on ‘Hide Caption’ and also turn
   on ‘Hide title’ if you want the title hidden as well.
    You can also disable the
   social links from the gallery Settings.
 * But if you want to do this for all your galleries you can add this code in Appearance
   > Customize > Additional CSS:
 *     ```
       .modula .modula-item .jtg-title, .modula .modula-item .description, .modula .modula-item .jtg-social {
       	display: none;
       }
       ```
   
 * Warmly,
    Mihaela
 *  Thread Starter [kevinziegler](https://wordpress.org/support/users/kevinziegler/)
 * (@kevinziegler)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/disable-caption-css/#post-12643450)
 * [@mplusb](https://wordpress.org/support/users/mplusb/) thanks a lot – worked 
   like a charm

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

The topic ‘Disable Caption CSS’ is closed to new replies.

 * ![](https://ps.w.org/modula-best-grid-gallery/assets/icon-256x256.png?rev=3095828)
 * [Modula Image Gallery - Photo Grid & Video Gallery](https://wordpress.org/plugins/modula-best-grid-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/modula-best-grid-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/modula-best-grid-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/modula-best-grid-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/modula-best-grid-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/modula-best-grid-gallery/reviews/)

## Tags

 * [captions](https://wordpress.org/support/topic-tag/captions/)

 * 2 replies
 * 2 participants
 * Last reply from: [kevinziegler](https://wordpress.org/support/users/kevinziegler/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/disable-caption-css/#post-12643450)
 * Status: resolved