[ad_1]
Hello @mlak2
Could you please show me a specific example of these links so that I know how to best point you in that direction?
Thanks!
Hello @mlak2
Alright, these cannot be disabled directly, but they can be made unclickable with a bit of CSS.
Something like this –
.ct-meta-element-author a {
pointer-events: none !important;
}Hope this helps!
