diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 9a6e5f396c..d81750a936 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -1336,7 +1336,14 @@ footer.entry-meta { } .gallery-caption { - display: none; + color: #777; + font-size: 14px; + font-style: italic; + padding-top: 4px; +} + +.gallery-caption { + width: 90%; }