Is it possible to display tags without the link (magazine content element, display tags is selected)? And can this be done in CSS, similar to display:none?
Hey Michelmes,
Yes that should be possible, you could try this CSS argument:
pointer-events: none;
Best regards,
Rikard
Brilliant! The links are still in the code but can’t be clicked anymore. Good enough for me! Many thanks.