Notifications
Clear all

[Solved] Hide/remove received Dislike and posts Info

2 Posts
2 Users
1 Reactions
1,995 Views
Posts: 12
Customer
Topic starter
(@murat-pulice)
Member
Joined: 6 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: 6 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