Recent comments' linking word

Posted in: Newspaper
Post count: 12

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

http://prntscr.com/u295m1

Post count: 18283

Hello !

For that you will have to edit themes code as you can see here: https://prnt.sc/u2nx66

Thank you !

Post count: 12

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

Post count: 35449

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!

Post count: 12

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

Post count: 35449

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!

Post count: 12

It worked out perfectly, thanks!

Post count: 35449

I’m glad that I was able to help you, if you have other questions, let us know!
Have a nice day!

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