Hey guys,
I am adding the filters to a website but I just want the filter options to appear, and not the
“all” or “ΟΛΑ” as seen in the screenshot.
Is this a bug?
Hey guys,
I am adding the filters to a website but I just want the filter options to appear, and not the
“all” or “ΟΛΑ” as seen in the screenshot.
Is this a bug?
Hi @pavlovich,
This is not possible with controls at this moment, but you can hide it with CSS. The “All” button is first one, so this CSS should work, if you put it on element.
%root% > li:first-child{
display:none;
}