Remove author link on single post

Posted in: Newsmag
Post count: 5

Hello, how can I remove the link for author on single posts? I just want it a simple text/name of the author without going to any profile/bio or posts by the author.

Post count: 23312

Hello louisdalligos,

If you want to remove/disable the link for author on single post, please try the code below and place it in Theme panel->Custom Css area, like this: http://screencast.com/t/ZirMbQhhkX3

.td-post-header .td-post-author-name {
pointer-events: none;
}

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 23

Hello Catalin,

It seems that your code only works in single post. How to remove authors link on the homepage, category, page and tag? Thank you in advance.

Post count: 6535

Hi

Try this css, it should disable the author link from every post and also from every page:

.td-post-author-name a {
pointer-events: none;
}

Thanks!

Post count: 23

Thank you Andrei, it works perfectly.

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