
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Text & Image chart
Is it possible to change the box outline color black to white? Please give me response asap
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Shivanipatel ,
Custom theme may help you to achieve that.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
