because figcaption is converted to div as various ereaders tend to have trouble with HTML5 tags like <figure>, <figcaption> etc. You should use preprocess_html to either add your style to the figcaption tags directly or to add a class to them that you can reference in extra_css
|