Hello everyone, as per the subject, I need to hide some additional fields from the category list.
Have a look at the page:
www.ilmondoinmano.eu/strutture/zante.
Here I need to hide the last two additional fields, named "Destinazione" and "Servizi".
I found a workaround on the web which consists in using the CSS pseudo-classes in k2.css by inserting a string like:
div.itemExtraFields ul li:nth-child(-n+3) { display:none; }
but this only works in the item view and not in category list.
Can you help me? Thanks