Notifications
                
            
                Clear all
    
            
        
	                                     Topic starter
                    29/08/2019 6:01 pm  
		                                    
        
        
        
    
    	            
	            Hi team
my site has a category using dark style, while other pages are default style ,is there a way to use dark style wpdiscuz in one category and default style in other pages?
thanks!
	                                                        30/08/2019 1:20 pm  
		                                    
        
        
        
    
    	            
	            Hi @superhawk,
If you're a develpoer you can do it using the following hook:
wpdiscuz_container_classes
You should add a PHP code in your active theme. You should add the "wpd-dark" class on all forms where you need to load the wpDiscuz with dark style.
	                                     Topic starter
                    30/08/2019 2:09 pm  
		                                    
        
        
        
    
    	            
	            @astghik
Thanks a lot
