Notifications
Clear all

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

3 Posts
2 Users
0 Reactions
1,955 Views
Posts: 69
Topic starter
(@sunny)
Trusted Member
Joined: 8 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: 6516
Admin
(@astgh)
Illustrious Member
Joined: 8 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: 8 years ago

Thanks, this works!


Share:
Scroll to top