Okay
  Public Ticket #1817009
Remove Portfolio Page Header Text
Closed

Comments

  • kylelamond started the conversation

    Hi,


    How can I remove the default header text on the portfolio pages? There is no option in the header settings below the builder to remove this text. 


    Thanks

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

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

    Thanks


    ThemeNectar Support Team 

  • kylelamondenvato replied

    Thanks for the reply, this worked. Although the project feature image now appears at the top of the page too? Have you got some custom css to hide this? Thanks

  •  8,996
    Tahir replied


    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  8,996
    Tahir replied

    Hey Again,

    Use this metabox option to hide the Featured Image: http://prntscr.com/lu62k0 . 

    Best


    ThemeNectar Support Team