Viewing 2 replies - 1 through 2 (of 2 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 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

    (@cdanderson1)

    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.