Okay
  Public Ticket #282184
Removal of Portfolio header/arrows leaves gap
Closed

Comments

  • Kirsty started the conversation

    I added the css from this post: http://themenectar.ticksy.com/faq/2022 and that worked in hiding the squares, arrows and title at the top of the portfolio post, but now I'm left with a space and line at the top of the page where they were. Is there any way of removing this space?

  •  8,839
    Tahir replied

    Hey Kristy!

    Can you please provide the page url so i can write up some custom css for it. 

    Thanks


    ThemeNectar Support Team 

  •   Kirsty replied privately
  •  8,839
    Tahir replied

    Hey Again!

    Try this. Add this into the Custom CSS box located in your Salient Options panel :

    body.single-portfolio .row.project-title .container .title-wrap {
        display: none;
    }
    

    Thanks


    ThemeNectar Support Team 

  • Kirsty replied

    Perfect!! Worked a treat. Thanks so much :)