Hi, how can i remove posts icon with css? Thanks
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.
Apr 03, 2025 8:51 am
1 Reply
Apr 03, 2025 1:52 pm
Hi,
Use the CSS code below:
.wcai-wrapper .wcai-profile-stat .wcai-profile-stat-box:nth-child(2) {display:none;}
Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.