Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 Shivanipatel
		
			Shivanipatel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Is it possible to change the box outline color black to white? Please give me response asap
 NitinK7
		
			NitinK7
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi @Shivanipatel ,
Do follow below steps
1. Find the your Text & Image chart object id
-> Add /Options/Developer in your URL and refresh the page
2. Do right click on object and click developer option
3. Add Multi KPI chart in your sheet (place at bottom corner)
-> Under Data option do write 1 as expression and and unable hide label and value option
-> then in Appearance under style add below CSS code (Object id= that you found in 1 option)
div[tid="Your Object ID"] .qv-object{
border-color: white !important;
}
4. Final Result
 Jack_Guo
		
			Jack_Guo
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi @Shivanipatel ,
Custom theme may help you to achieve that.
 NitinK7
		
			NitinK7
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi @Shivanipatel ,
Do follow below steps
1. Find the your Text & Image chart object id
-> Add /Options/Developer in your URL and refresh the page
2. Do right click on object and click developer option
3. Add Multi KPI chart in your sheet (place at bottom corner)
-> Under Data option do write 1 as expression and and unable hide label and value option
-> then in Appearance under style add below CSS code (Object id= that you found in 1 option)
div[tid="Your Object ID"] .qv-object{
border-color: white !important;
}
4. Final Result
