Archived topic
Remove Links from Titel and Featured Image
6 replies · Started by mzsstade on April 6, 2020
Hi there, how can I remove the links from the entry Titel and from the Future Image.
I need a Category List without links to the single Page.
Hi there,
Just to confirm, you need this on all archives pages?
And people won't have any access to the single posts at all?
Let me know :)
Hi there,
Just to confirm, you need this on all archives pages?
And people won't have any access to the single posts at all?
Let me know :)
Hi Leo, yes on all archive pages.
Try this CSS:
h2.entry-title a, .post-image a {
pointer-events: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Yes, this will work for me. Thanks Leo.
No problem :)