Okay
  Public Ticket #861847
Remove Portfolio Project Titles
Closed

Comments

  • Enrico started the conversation

    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



  •  8,996
    Tahir replied

    Hey ,
    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