Are you trying to add a subtitle under just the page heading or under head project heading in the display? Can you also provide me the URL in question :)
I'm trying to add it under the the project heading, so in your extended portfolio example it would go under Mobile Weather App. The url is http://dev.grahamyoung.com/?portfolio=active-sports
The only way to handle this without custom development would be to remove the current heading all together with css (enter this into the Custom CSS box located in your Salient Options panel)
.project-title {
display: none!important;
}
and then just add the header/subtitle in with the page builder at the top above your Nectar Slider :)
Hey Graham!
Are you trying to add a subtitle under just the page heading or under head project heading in the display? Can you also provide me the URL in question :)
Cheers
I'm trying to add it under the the project heading, so in your extended portfolio example it would go under Mobile Weather App. The url is http://dev.grahamyoung.com/?portfolio=active-sports
Thanks!
Hey again!
The only way to handle this without custom development would be to remove the current heading all together with css (enter this into the Custom CSS box located in your Salient Options panel)
and then just add the header/subtitle in with the page builder at the top above your Nectar Slider :)
Thank you!