Remove Author Name Link from Comments

Posted in: Newspaper
Post count: 23

Hi How to remove the author name link which appears in comments – Screenshot – http://prntscr.com/hfrysu

and Also link from the author name in the Author Box http://prntscr.com/hfs0gi

*PS. Author archives are disabled so no need for these links.

Post count: 23312

Hello Kanuj,

Try to use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

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

Thanks.

Post count: 23

thanks Catalin actually that was still leaving the nofollow external link in the code so changed the comments.php to solve it.

Thanks for your support!!

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