Hi, how can i remove posts icon with css? Thanks
Notifications
Clear all
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.