Hello !
Please try this css code: header .td-post-author-name {
display:none;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Thank you !
Hi Jose,
Yes, you can do this using the css for pointer-events, for example if you are using a single post template -> https://i.imgur.com/BPb6czU.png
.tdb-author-name-wrap a {
pointer-events: none;
}
For standard post style use this code:
.td-post-author-name a {
pointer-events: none;
}
Hope this will help you!
Hello @Calin,
Thanks for reply. I have tried this code but it does not work. So I have inserted it in “custom css” too, but it doesn’t work either.
Is it possible that I need a different code?


Example of a url: https://soyungato.com/alzheimer-en-gatos/
Thanks
Hi,
Is look that the css is not strong enough, please try this one -> https://i.imgur.com/N0HpL4q.png
header .td-post-author-name a {
pointer-events: none;
}
This one should do the trick.
Let me know the results!
Hello @trebol30,
To remove the link on the author name, please use this custom code CSS => https://www.screencast.com/t/tUbmjm1NfFtV
.tdb-author-name{
pointer-events: none;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
Hope this helps you!
Thank you!
Hello Anamaria
And to remove it from the author image because the name no longer redirects but your image does keep the link? You can continue checking it at https://www.trebol-apuestas.com/como-calcular-cuotas/

