How can I hide the pop up which displays the username when I hover over the mentioned user on the comments? Check the attached file.
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.
Apr 17, 2019 6:13 pm
2 Replies
Apr 18, 2019 11:52 am
Hi @sunny,
There is no option that allow to hide it.
The best way is to use the following js code. Please add it in your theme's js file.
jQuery('.hint').removeClass('hint');
Apr 19, 2019 10:24 am
Thanks, this works!