Okay
  Public Ticket #220948
Hiding
Closed

Comments

  •  1
    BOB started the conversation

    I don't want all of my portfolio items to show up, so I want to take out the All option in the sort menu. How do I do it?

    Thanks

  •  8,408
    Tahir replied

    Hey Bob!

    Add this into the Custom CSS box located in your Salient Options panel :

    body #portfolio-filters-inline .container > ul a[data-filter="*"] {
        display: none;
    }
    

    Cheers


    ThemeNectar Support Team