Okay
  Public Ticket #165914
Portfolio Subtitle
Closed

Comments

  • Graham started the conversation
    Hello, I was wondering if there is a way to add a subtitle under the main heading on the extended style portfolio page? Thanks!
  •  1,069
    ThemeNectar replied

    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

  • Graham replied

    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!

  •  1,069
    ThemeNectar replied

    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)

    .project-title {
       display: none!important;
    }

    and then just add the header/subtitle in with the page builder at the top above your Nectar Slider :)

  • Graham replied

    Thank you!