Okay
  Public Ticket #695271
Portfolio Header
Closed

Comments

  • Chris started the conversation

    I'm trying to remove the header on this portfolio element.  Also is it possible to center the categories to the center of the portfolio?

  •  8,992
    Tahir replied

    Hey,

    Please switch to the Default Page Template and add the Portfolio VC Page Element. 

    To center the categories , add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .portfolio-filters-inline .container > ul {
        float: none !important;
        display: table;
        margin: auto !important;
        max-width: 100% !important;
    }
    
    .portfolio-filters-inline #current-category {
        display: none !important;
    }
    

    Best.


    ThemeNectar Support Team 

  • Chris replied

    Perfect! One last thing. Is there a way to remove the text "sort porfolio?"

  •  8,992
    Tahir replied

    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) :

    .portfolio-filters-inline .container > ul li#sort-label {
        display: none !important;
    }
    

    Bes.t


    ThemeNectar Support Team