I need to change the color of the word sold out				
							
			
	
		
		
		
			
			
	
	- 
		
			
				
	
	
		
			
			Hello, I need to change the color of the word sold out (white). I am attaching a photo below. Ideally, this change applies to any product.
Attachments:
You must be 
logged in to view attached files.
 
					
			
			
		 
	 
 
			
				
	
	
		
			
			Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
p.stock.out-of-stock {
    color: white;
}
Best Regards
					
			
			
		 
	 
 
			
				
	
	
		
			
			Hola, thanks a lot. I have another question… I need to change this Sould Out element (attached photo).
Attachments:
You must be 
logged in to view attached files.
 
					
			
			
		 
	 
 
			
				
	
	
		
			
			Hello,
You are Most Welcome.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-label.out-of-stock {
    background-color: red;
	color: white;
}
Best Regards