Hi,
we are using the Blog Posts element to display blog posts on the frontpage, but we want that the category links are not clickable.
Like “Usabtility” is clickable and leads to a category overview page, we want to remove that possbility.
Thank you,
rolf
Hi rolfroyce!
I don’t see where your displaying blog posts on your site but you can use some CSS like so to disable link clicking on the category links in the post meta.
.blog-categories a { pointer-events: none; }
Send us a link to the exact page and take a screenshot highlighting the area your referring to if the CSS does not work.
Best regards,
Elliott