• Resolved luluji

    (@luluji)


    I use the tiled galleries of Jetpack with the thumbnail grid. It all looks and works fine but I would like to remove the caption below the thumbnails. The caption should only show when I click on the thumbnail and it opens in the carousel.

    Hope you can help me. Thanks!
    lulu

    https://www.ads-software.com/plugins/jetpack/

Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    You can customize the look of every element on your site thanks to CSS. You can add that CSS to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard.

    To remove captions from gallery images, you can use the following CSS:

    .entry-content .gallery .gallery-caption {
    	display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘no caption’ is closed to new replies.