Wordpress element figcaption element within a figure element
<figure>
<img src="pictures/this-photograph.jpg" alt="Nice bit of text which describes what's
in the picture for the benefit of robots and the visually impared">
<figcaption>Hilarious caption to accompany the cartoon</figcaption>
</figure>
Is there a way to achieve this in CSS?