March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I have slicer's Seach Box enabled and I would like to change the color and font type of slicer's search box? For example, in below image, If i search APPLE in my slicer's search box, it appears light blue. How can I change different color and also dieeren
Solved! Go to Solution.
This is how I changed the slicer's search box background to black and the text to white.
Please note that I took out the rest of my .json file configurations to provide a succinct answer to this question. You will probably want to tweak the items' background, overall transparency, etc.:
{
"name": "slicer search box color setting",
"visualStyles": {
"slicer": {
"*": {
"*": [
{
"fontColor": { "solid": { "color": "#FFFFFF" } },
"background": { "solid": { "color": "#000000" } }
}
]
}
}
}
}
If anybody still stumbles upon this thread and still wonders how to proceed:
1. Copy the code above into a notepad. Make color/background adjustments if needed.
2. When done save it as a .json file. For example, you can name the file 'Filter color.json'.
3. Import into PBI - Go to the 'View' tab > Click on 'Themes' (there is a tiny arrow down) > Click on "Browse for themes" > Select and import your saved .json file.
DONE!
Note: This method is of no help if you are trying to change ONLY the font color of 'Search' field. Let's say when you want your items to be in white font color, but only need black color for search field.
HI I found a solution that doesnt require coding, Under view tab, click dropdown arrow for themes, select customize current theme, then under text, change general text colour, this will also affect text colour for like date sliderst too.
Worked. I was using theme that makes search box in slicer white with white text. I was able to change it
This is how I changed the slicer's search box background to black and the text to white.
Please note that I took out the rest of my .json file configurations to provide a succinct answer to this question. You will probably want to tweak the items' background, overall transparency, etc.:
{
"name": "slicer search box color setting",
"visualStyles": {
"slicer": {
"*": {
"*": [
{
"fontColor": { "solid": { "color": "#FFFFFF" } },
"background": { "solid": { "color": "#000000" } }
}
]
}
}
}
}
Select the visual, then in the formatting ribon, go to items the Font color .
Appreciate your Kudos
Connect with me!
Stay up to date on
Read my blogs on
Did I answer your question? Mark my post as a solution! Proud to be a Super User!
Connect with me!
Stay up to date on
Read my blogs on
Thank you Steve for the response.
Actually, I am trying to change the font inside the search box of slicer. Not the items of slicers. If you see my image attached, there is search sign (like lens) and blue text.
@Anonymous
You may use Class name smallLabel.
https://powerbi.microsoft.com/en-us/blog/power-bi-desktop-september-2019-feature-summary/#themeJSON
Thank you v-chuncz for the response. When I use smallLabel with text class, I don't see any changes on searchbox text size. Here is my JASON code:
{ "name": "AHT Dashboard", "dataColors": ["#ff8c00", "#5999D3", "#FBBD01", "#264478", "#95bee3", "#609350"], "background":"#212938", "foreground": "#7FDBFF", "tableAccent": "#77D7FE", "textClasses": { "smallLabel": { "fontSize": 14, "fontFace": "Segoe UI", "color": "#000000" } } }
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |