How to delete "all" from portfolio categories

Hi there,

How can i delete the "All" in portfolio categories showing in "portfolio" ?

Here you can view the website: http://roofing.sk/referencie/

We would like that it will be clicked the first catregory in list.

Thanks a lot!

Comments

  • Hi,

    We can use custom css to hide the ALL category but then the first category will not be active.
    Please decide what do you want to do.
    Here is the custom CSS to hide the all category 
    .categories li:first-child {display:none !important;}
Sign In or Register to comment.