Remove link from author on comments

Posted in: Newspaper
Post count: 7

How do I remove link from author name when i reply someone on comments?

Post count: 23312

Hello Zrki,

If you want to remove the link from author name in the comments section, use the code below and place it in Theme panel->Custom CSS area.

.comment-list a {
pointer-events:none;
}

The result is here -> https://www.screencast.com/t/vTd7Dra7E

If is not what you mean, provide more details.

Thanks.

Post count: 7

Something does not work

Check link – https://www.zemunskenovine.rs/sportovi-na-vodi/

Author name is: zemunske novine

Post count: 22421

Hello,
Please also add this code:
#wpcomm .wc-comment-author a{
pointer-events:none;
}

Thanks.

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