Hello, can I remove the user pop up when click on the tagged name and have it redirected to user profile
Notifications
Clear all
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.