Comments Enrico started the conversationAugust 15, 2016 at 7:10pmI'd like to remove the heading for the project titles of a portfolio item. I used some code you supplied in a previous ticket:.nectar-progress-bar span strong { display: none!important; }.single-portfolio .row .col.section-title h1 { opacity: 0!important;}But the issue because it's just affecting the opacity the gap still remains (I've included the screenshot) of where the title is to remain. Is there some CSS that will get rid of the heading completely so no gap remainsBest 8,996Tahir repliedAugust 16, 2016 at 1:38pmHey ,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : #full_width_portfolio .project-title { display: none !important; } Best ThemeNectar Support Team 2 Likes Sign in to reply ...
I'd like to remove the heading for the project titles of a portfolio item. I used some code you supplied in a previous ticket:
.nectar-progress-bar span strong { display: none!important; }
.single-portfolio .row .col.section-title h1 {
opacity: 0!important;
}
But the issue because it's just affecting the opacity the gap still remains (I've included the screenshot) of where the title is to remain. Is there some CSS that will get rid of the heading completely so no gap remains
Best
Hey ,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Best
ThemeNectar Support Team