Test
This page was built to test using the Calculated Fields Form plugin.
Captions can be styled in the image widget.
The caption html reads:
<figcaption class="widget-image-caption wp-caption-text">Drilled Columns</figcaption>
The default caption text is 1em italic. This was changed using the following custom CSS rule:
Custom CSS:
figcaption {
font-size: 0.9em;
font-style: normal;
}