Hi, I added the Custom CSS.... but Your code worked (disabled) on the Categories (indicated in red circle) using Penci Big Grid. But the Category (indicated in yellow circle) using Penci small list DID NOT work...Could you help please. Thanks. see attached.
Hi, How can I disable or dont make clickable the CATEGORY. see image please thanks.
Attached files: Screenshot 2026-01-26 at 6.04.30 PM.png
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
span.cat a { pointer-events: none; }Regards,
PenciDesign.
Hi, I added the Custom CSS.... but Your code worked (disabled) on the Categories (indicated in red circle) using Penci Big Grid. But the Category (indicated in yellow circle) using Penci small list DID NOT work...Could you help please. Thanks. see attached.
Attached files: Screenshot 2026-01-27 at 11.28.11 AM.png
Hi,
Please modify the CSS code:
.cat a { pointer-events: none; }Regards,
PenciDesign.