How-to and Troubleshooting
        
    
    
                    
                        
                        3                    
            Posts
        
        
                    
                        
                        2                    
            Users
        
        
                    
                        
                        0                    
            Reactions
        
        
                    
                        
                        1,745                    
            Views
        
        Sep 05, 2019 5:42 pm
                        Hi
Basically, I want the WordPress users not to get displayed as Forum members. I have been able to hide the WordPress users from displaying in the Forum Members sections by creating a new usergroup (as per one the solution provided in this forum). However, the users are still displayed in " Our newest member:" in the forum statistics section. Am I missing out something here?
Warmest Regards
BM
                         2 Replies                    
                Sep 06, 2019 9:08 am
                        Hi @dhyanakendra,
I may suggest you hide the "Our newest member" section via CSS code:
.wpf-stat-other > span:nth-child(2) {
    display: none !important;
}
Sep 06, 2019 9:20 am
                        Hi Sofy,
Thank you so much! Please close the topic as resolved

 
                         
                        
