Notifications
Clear all

[Solved] Hide "dislikes"

4 Posts
2 Users
0 Likes
819 Views
Posts: 60
Customer
Topic starter
(@mary-mattiolo)
Member
Joined: 2 years ago

Hi, is it possible to hide the dislikes on the hover and the profile page?

3 Replies
Astghik
Posts: 5872
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Please show on the screenshot what exactly you'd need to hide. 

Posts: 60
Customer
Topic starter
(@mary-mattiolo)
Member
Joined: 2 years ago

I mean these. I didn’t use dislikes, so I like to hide them here.

1
2
1 Reply
Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5872

@mary-mattiolo,

Use the CSS code below:

#wpcomm .wc-vote-link.wc-down, .wcai-profile-stat-box:nth-child(4){
    display: none !important;
}
.wcai-wrapper .wcai-profile-stat-box {
    width: 32%
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.

Share:
Scroll to top