diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 448de5a523..574192d47d 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -1366,6 +1366,13 @@ footer.entry-meta { opacity: 1; } +.gallery-columns-7 .gallery-caption, +.gallery-columns-8 .gallery-caption, +.gallery-columns-9 .gallery-caption { + display: none; +} + + /** * 5.5 Post Formats * ---------------------------------------------------------------------------- @@ -2881,6 +2888,10 @@ footer.entry-meta { padding: 0; width: 100%; } + + .gallery-caption { + display: none; + } } @media (max-width: 643px) {