Hi, is it possible to hide the Posts icon and count without editing the plugin? Thank you.
Notifications
Clear all
Mar 04, 2018 9:01 pm
2 Replies
Mar 05, 2018 3:40 am
Yes you can use a custom CSS code. Put this code in Dashboard > Comments > Settings > Styling > Custom CSS Code textarea, save it, delete all caches and do Ctrl+F5 on front-end:
.wcai-wrapper .wcai-profile-stat-box:nth-child(2){display:none;}
Mar 09, 2018 6:41 pm
Thank you. This works perfectly.