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.

 

[Solved] Hide "dislikes"

4 Posts
2 Users
0 Reactions
1,386 Views
Posts: 60
Customer
Topic starter
(@mary-mattiolo)
Member
Joined: 3 years ago

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

3 Replies
Astghik
Posts: 6450
Admin
(@astgh)
Illustrious Member
Joined: 8 years ago

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

Posts: 60
Customer
Topic starter
(@mary-mattiolo)
Member
Joined: 3 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: 8 years ago

Illustrious Member
Posts: 6450

@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