Okay
  Public Ticket #336064
Remove all category for portfolio display
Closed

Comments

  • Jonathan started the conversation

    Hi There,

    Is there a simple way to remove the 'all' category when displaying multiple portfolio categories?

    Thanks!

    JDW

  •  8,847
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    #portfolio-filters-inline .container > ul a[data-filter="*"] {
        display: none !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  • Jonathan replied

    Thanks!