Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #538491

    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

    #539241

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.