Notifications
Clear all

[Solved] Hide/remove received Dislike and posts Info

2 Posts
2 Users
1 Likes
845 Views
Posts: 12
Customer
Topic starter
(@murat-pulice)
Member
Joined: 4 years ago

Hello,

how can i hide or remove the received Dislike and posts info on Display comment author full and short information ?

Author information
1 Reply
Elvina
Posts: 1403
(@elvina)
Support
Joined: 5 years ago

Hi @murat-pulice,

Please use the following CSS code:

.wcai-profile-stat-box:nth-child(2), .wcai-profile-stat-box:nth-child(4){
display: none;
}

.wcai-wrapper .wcai-profile-stat {
display: flex;
justify-content: center;
}

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

Share:
Scroll to top