Hi kruwt,
I have update code in the /templates/ja_blockk/html/mod_jacontentlisting/elements/category.php file, line 32:
Replace this:
<a href="<?php echo $url; ?>" itemprop="genre"><?php echo $item->category_title ?></a>
With the following code:
<a href="" itemprop="genre"><?php echo $item->category_title ?></a>
And I have added the following CSS code to the Backend > Site template styles > kr_blockk - Default > Tools > Custom CSS:
.jacl-item__cat.style-outline {
cursor: none;
pointer-events: none;
}