1. Please edit the corresponding Slideshow View and add the Subtitle field. Then, please verify you that you have placed this field before the Global: Custom text fields.
2. Please exclude the Subtitle field from your display
3. Edit the first Global: Custom text field and place into your Text area the {{ field_mt_subtitle }} field:
{{ field_mt_slideshow_path }}
{{ field_mt_subtitle }}
4. Style your Subtitle field by placing the following style rules to your themes/custom/levelplus/css/theme/local-theme.css stylesheet:
/** * @file * Use this CSS file to override theme CSS rules */
.tp-caption .title-inner p { font-size:36px; line-height:36px; }
@media (max-width:768px) {
.tp-caption .title-inner p { font-size:18px; line-height:18px; }
}
In case this article leaves any of your questions or concerns unanswered, please feel welcome to email us or post a public question.
More than (just) Themes
http://www.morethanthemes.com/