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.

 

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

3 Posts
2 Users
0 Reactions
1,850 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: 6444
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