Okay
  Public Ticket #1183002
hide page header on portfolio page
Closed

Comments

  • rich started the conversation

    Hi again,

    I need to hide (make invisible) the page title on the single portfolio page.  - so  the "NO.2" (in example url) I need to be not there.

    I can't simply remove from the portfolio title or hide it in < > as (as i have done before) as I want it to still show in the meta overlay of the thumbnail images.

    thanks in advance again 

  •  2,744
    Andrew replied

    Hi Rich,

    Thanks for contacting us regarding your query.

    You may use the following Custom CSS Code to accomplish this request. 

    /*Removes The Portfolio Page Title*/
    .portfolio-template-default #full_width_portfolio .project-title{
      display: none;
    }
    

    You may add this to the Custom CSS Code section located by navigating to Salient>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard

    Please let me know if there are any more questions that I may answer for you.

    Cheers! 

  • rich replied

    fantastic! thank you Andrew - works :)

    (sorry for late response i have been away )