Okay
  Public Ticket #2391005
Edit portfolio page headers
Closed

Comments

  • Rianne started the conversation

    Hi there,

    I was wondering how I can edit or completely remove the custom (grey) headings on portfolio pages. I cant seem to find a way to edit these so that they are in line with the rest. And have the right line height/interline too. 

    Is this something that is easy to fix?


  •  3,021
    Andrew replied

    Hi Rianne,

    Try the following custom css in Salient > General settings > CSS/Script related:

    .single-portfolio #full_width_portfolio .project-title .container .title-wrap {
        display: none;
    }
    

    Hope this helps.

  • Rianne replied

    Thank you! It helped a lot!