Remove the "ALL" category

Hello. I want to use more than one category in the Inspiro theme but I want to remove the ALL option. Can I?

Hi @Jota!

It’s possible to hide the “All” category by adding the following CSS code in the Customizer > Additional CSS:

.portfolio-archive-taxonomies li.cat-item-all { display: none; }

Hello Pavel, thanks for the tip!