Hi!
Could you explain please how to change the linking word in Recent Comments Block? I need translate it into another language, but can’t handle
Hello !
For that you will have to edit themes code as you can see here: https://prnt.sc/u2nx66
Thank you !
Thanks a lot, Vlad. And one more thing. I want to make author’s name there not clickable. Suppose I should do something in themes code too for that
Hi jjest_jjest, you can achieve this whit some custom css too, for example you can check this similar link -> https://forum.tagdiv.com/topic/remove-link-from-author-box/
Let me know the results!
I’ve checked it out, but it’s not a solution. I’m dealing with recent comments block, not the author box. Maybe that’s the reason
Hi,
Please try this custom css -> https://i.imgur.com/sym8x2q.png
.recentcomments .comment-author-link, .recentcomments .comment-author-link a {
pointer-events: none;
}
Hope it will help you!