Comments 1Eric started the conversationNovember 22, 2016 at 3:25amHello,How can I remove the page title from automatically displaying at the top of portfolio-item pages?Thanks 8,996Tahir repliedNovember 22, 2016 at 3:57pmHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .single-portfolio .row .col.section-title h1 { visibility: hidden !important; } Thanks ThemeNectar Support Team 1Eric repliedNovember 22, 2016 at 9:37pmHi,It removed the title, but now there is just empty space in that area. How can I remove the empty space? 3,030Andrew repliedNovember 23, 2016 at 12:28amHi Eric, Sorry about that. Add this to your custom CSS as well: /*Remove portfolio title section*/ #full_width_portfolio .row.project-title { display: none;}Let me know the result. Cheers 1Eric repliedNovember 23, 2016 at 12:34amThat worked. Thank you1 Like Sign in to reply ...
Hello,
How can I remove the page title from automatically displaying at the top of portfolio-item pages?
Thanks
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
Hi,
It removed the title, but now there is just empty space in that area. How can I remove the empty space?
Hi Eric,
Sorry about that.
Add this to your custom CSS as well:
Let me know the result.
Cheers
That worked. Thank you