Quote:
Originally Posted by kovidgoyal
Use extra_css to apply any styling of your own that you want.
|
What would be the syntax if the html for the caption is:
<span class="cutline js-caption">this is the caption</span>
extra_css = '.cutline
extra_css = '.js-caption
extra_css = '.cutline js-caption
??