Notifications
Clear all

[Solved] How to the popup on hover showing user info

3 Posts
2 Users
0 Likes
1,105 Views
Posts: 69
Topic starter
(@sunny)
Trusted Member
Joined: 7 years ago

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.

comments
2 Replies
Astghik
Posts: 5872
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

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');
Posts: 69
Topic starter
(@sunny)
Trusted Member
Joined: 7 years ago

Thanks, this works!

Share:
Scroll to top