How to remove the link in Single Post Author?

Posted in: Newspaper
Post count: 460

Hello,

I am designing a simple template. I want to remove the author link in Single Post Author, so that when I click on the author’s name, there is no link.

How can I do it?

Post count: 21065

Hello!

Please look once again to your own topic, so it could help you again: https://forum.tagdiv.com/topic/how-can-i-remove-the-link-in-author-name/

Thank you!

Post count: 460

@Bettina

I used that code when I was using the default template of the theme.

But now that I use custom template created from the cloud, that custom code doesn’t work anymore. That’s why I asked again.

Do you know how we can make it work now?

Post count: 21065

Hello!

Please try to add this code:

body .tdb-author-name-wrap a {
pointer-events: none;
}

Let me know the results!

Thank you!

Post count: 460

Hello,

Now run ok, thanks for this code 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.