Hello
Here I have 3 categories showing.
https://www.komponentko.si/racunalniki/ce-certificirani/
https://i.imgur.com/mirsMtK.png
I only want to show the first one, so I use this css
div.products-page-cats > a:nth-child(2),
div.products-page-cats > a:nth-child(3) {display: none !important;}
which is ok, but I can’t remove commas.
https://i.imgur.com/5WLzCMH.png
Can they be removed as well?