Subtitles below Titles in Genesis using Visual Subtitle plugin

Posted on
5/5 - (167 votes)

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;
}