Okay
  Public Ticket #343509
Turn off title in portfolio header (and not in blog header)
Closed

Comments

  • Daniel started the conversation

    Hello guys!

    You teach me how to turn off title in portfolio header. But this is off of blog header too.

    How can turn off title on portoflio header in same time turn on on blog title?

  •   Daniel replied privately
  •  8,847
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .single-portfolio #page-header-bg .span_6 h1 {
        display: none !important;
    }
    Thanks 


    ThemeNectar Support Team 

  • Daniel replied

    Thank you!