Notifications
Clear all

Remove User Profile Link

3 Posts
2 Users
0 Likes
1,160 Views
Posts: 2
Customer
Topic starter
(@bobbyw)
Member
Joined: 5 years ago

How do I disable the profile link in the list of likers?

2 Replies
Astghik
Posts: 5912
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Hi @bobbyw,

The simplest way to do it is to prevent event via CSS code. You should add the CSS code in Dashboard > Comments > Settings > Styling > "Custom CSS Code" textarea. 

.wv-vote-content .wv-user-info a{
pointer-events: none;
cursor: default;
text-decoration: none;
}

Please don't forget to delete all caches before checking. 

Reply
Posts: 2
Customer
Topic starter
(@bobbyw)
Member
Joined: 5 years ago

Was hoping there was a none css option. Thanks for the info. 🙂

Reply
Share:
Scroll to top