Title: Image Widget Caption
Last modified: October 13, 2016

---

# Image Widget Caption

 *  Resolved [cdanderson1](https://wordpress.org/support/users/cdanderson1/)
 * (@cdanderson1)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/image-widget-caption/)
 * I want to make the caption font size larger. Can anyone tell me where to put 
   the code ? I am using the free customizr theme. I do have a child theme with 
   no customizations.
    [http://carolinahoneybees.com/meet-the-beekeeper/](http://carolinahoneybees.com/meet-the-beekeeper/)
 * Thanks
    Charlotte

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

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [9 years, 7 months ago](https://wordpress.org/support/topic/image-widget-caption/#post-8299761)
 * You can customize the look of every element on your site thanks to CSS. You can
   add that CSS to your child theme stylesheet, or to your custom CSS editor available
   under Appearance > Edit CSS in your dashboard.
 * Something like this would work, for example:
 *     ```
       .widget_image .wp-caption-text {
       	font-size: 1.2em;
       }
       ```
   
 *  Thread Starter [cdanderson1](https://wordpress.org/support/users/cdanderson1/)
 * (@cdanderson1)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/image-widget-caption/#post-8300509)
 * Thank you for responding Jeremy. I will certainly try this. I know some html 
   and css. Nothing about php and js. I need to learn how to use either chrome developer
   tools or firebug.

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

The topic ‘Image Widget Caption’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [cdanderson1](https://wordpress.org/support/users/cdanderson1/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/image-widget-caption/#post-8300509)
 * Status: resolved