AI Assistant
Notifications
Clear all

[Solved] Hide/remove received Dislike and posts Info

2 Posts
2 Users
1 Reactions
2,225 Views
Posts: 12
Customer
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@murat-pulice)
Member
Joined: 6 years ago
[#6697]

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
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@elvina)
Support
Joined: 7 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