Hi,
I’m having difficulties with filtering categories in a portfolio view.
In fact, when I click “all” it displays some portfolio items that are not in the category selection.
Any idea ? Ifg not, is it possible to deactivate the “all” item in the filter ?
Hey!
Try adding this code to the Quick CSS:
a[data-filter="all_sort"], a[data-filter="all_sort"] + span{
display: none !important;
}
That will disable the “All” filter.
Cheers!
Josue