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/remove received Dislike and posts Info

2 Posts
2 Users
1 Reactions
1,503 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