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
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!