Hello, can I remove the user pop up when click on the tagged name and have it redirected to user profile
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.
May 16, 2025 9:48 pm
1 Reply
May 19, 2025 11:22 pm
Hi,
Use the CSS code below:
#wpdcom .hint { pointer-events: none; cursor: default; }
Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Please don't forget to delete all kinds of caches before checking.