Hi,
I am trying to prevent the category in my page to be clickable and I cannot figure out how to do it.
Clicking on the category opens all the item contained in said category in complete disorder. It is ugly and meaningless.
Thank you for your help.
Hi ignatius3, You can use the following CSS code to disable click:
.article-info dd.category-name a { cursor: none; pointer-events: none; }
Give me admin account if you still face this issue.
Thank you, Where do I put this? Since I believe it should not apply to the entire site, where should I put this.
Hi ignatius3, If you want to apply to the entire site, you can add this code to the templates/ja-resume/css/custom.css file. If you don't apply to the entire site, you can send me the admin account for further checking.