change background color of category header				
							
			
	
		
		
		
			
			
	
	- 
		
			
				
	
	
		
			
			How do I change the background color of a category header, please find screenshot..I need to replae color #408da4 for another color..
could you help ?
Regards
Americo
Attachments:
You must be 
logged in to view attached files.
 
					
			
			
		 
	 
 
			
				
	
	
		
			
			Hello,
The Product categories inherit the styles of the shop page, you need to edit the shop page and find the options: https://xtemos.com/docs/basel/options-for-pages-2/ 
Alternatively, it is possible to change with custom CSS: 
body.post-type-archive-product .page-title-default {
    background-color: red;
}
Please add this code to the Theme Settings > Custom CSS > Global
Best Regards
					
			
			
		 
	 
 
			
				
	
	
		
			
			this was already done too…we have been using the theme for a long time but now we do see odd things
					
			
			
		 
	 
 
			
				
	
	
		
			
			Hello, 
Please replace the code with this one: 
body.tax-product_cat .title-size-small{
    background-color: red!important;
}
Best Regards