Notifications
Clear all
Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Topic starter
21/03/2019 9:17 am
Hi. Can you please let me know if there is a way for me to be able to disable links from being clicked and followed within comments and how I can achieve this? I appreciate any assistance which you can provide me. Have a great day.
21/03/2019 11:49 am
Hi @soarbeyond,
I think this CSS code should work as you expect.
.wc-comment-text > p > a {
color: inherit !important; /*remove this line if you'd not like to change the link text color*/
cursor: not-allowed;
}