Okay
  Public Ticket #384255
Hide "active" portfolio category
Closed

Comments

  • Jesper started the conversation

    Is it possible to hide/remove the active portfolio category that is displayed at the left side in the portfolio filter bar?

  •  8,849
    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) :
    .portfolio-filters-inline #current-category {
        display: none !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Jesper replied

    Super! Thanks a lot Tahir!