Cami asks,
@srikat Hi Sridhar! I'm trying to figure out how to add subtitles directly under page titles in Interior Pro (over image area). Any ideas?
— Cami MacNamara (@WebCami) June 1, 2016
Subtitles can easily be added using Gary Jones’ Visual Subtitle plugin which adds a Visual Subtitle field to all post, page and CPTs.
After installing the plugin, edit the Pages for which you would like to display subtitles, fill in the Visual Subtitle field and update.
Then add this in your child theme’s style.css:
.subtitle { | |
display: block; | |
margin-top: 10px; | |
} | |
.breadcrumb .subtitle { | |
display: none; | |
} |
to get, for example: