Title: Customizing the image caption?
Last modified: July 13, 2017

---

# Customizing the image caption?

 *  Resolved [mothersweden](https://wordpress.org/support/users/mothersweden/)
 * (@mothersweden)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/customizing-the-image-caption/)
 * Hello and thank you for a great theme!
 * Are you able to customize the image caption regarding font, size and italic?
   
   Right now, we have different style om our image caption and our image gallery
   caption. [https://www.blog.mothersweden.com/lisa-larsons-bulldogs/](https://www.blog.mothersweden.com/lisa-larsons-bulldogs/)
 * Kind regards from Sweden,
    Anna and Nicklas

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

 *  Theme Author [GhozyLab](https://wordpress.org/support/users/ghozylab/)
 * (@ghozylab)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/customizing-the-image-caption/#post-9319905)
 * Hi [@mothersweden](https://wordpress.org/support/users/mothersweden/)
 * You can go to Theme > Customize > Miscellaneous > Additional CSS > and paste 
   the following code:
 *     ```
       .gallery-item .wp-caption-text {
       	padding-top: 10px;
       	font-family: 'Josefin Sans';
       	font-weight: bold;
       	font-style: normal;
       	line-height: 1.2;
       	font-size: 16px;
       	color: #fff;
       }
       ```
   
 * Code above will make your gallery caption same with the site styles.
 *  Thread Starter [mothersweden](https://wordpress.org/support/users/mothersweden/)
 * (@mothersweden)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/customizing-the-image-caption/#post-9320317)
 * Thanks, GhozyLab!
 * It works like a charm!
    We are grateful.
 * Kind regards from Sweden,
    Anna and Nicklas

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

The topic ‘Customizing the image caption?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/zoom-lite/1.1.5/screenshot.png)
 * Zoom Lite
 * [Support Threads](https://wordpress.org/support/theme/zoom-lite/)
 * [Active Topics](https://wordpress.org/support/theme/zoom-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/zoom-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/zoom-lite/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [mothersweden](https://wordpress.org/support/users/mothersweden/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/customizing-the-image-caption/#post-9320317)
 * Status: resolved