Notifications
Clear all

Remove user pop up

2 Posts
2 Users
0 Reactions
114 Views
Posts: 1
Topic starter
(@trewat)
New Member
Joined: 4 months ago

Hello, can I remove the user pop up when click on the tagged name and have it redirected to user profile 

1 Reply
Astghik
Posts: 6406
Admin
(@astgh)
Illustrious Member
Joined: 8 years ago

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. 

Reply
Share:
Scroll to top