Seeking a solution to be able to change the search box font color in a slicer (or make the field transparent). I want the values font to be white, and the search text follows as also white (no way to change that I can find) and it not visible when typed.
I want the slicer to have a transparent background.
text inserted into search field but it's not visible
highlighted to show that text was typed, but it wasn't visible as it's white on white.
I wasn't able to get any of the proposed solutions to work modifying json theme.
Thank you. I did see that post, but I wasn't able to find the solution or the json that was used for the image shown. The version I found didn't work. Hoping someone might be able to provide the json that is needed to make it work.
{
"name": "slicer search box color setting",
"visualStyles": {
"slicer": {
"*": {
"*": [
{
"fontColor": { "solid": { "color": "#FFFFFF" } },
"background": { "solid": { "color": "#000000" } }
}
]
}
}
}
}
@MAM , Seem like changing an option worked for the use in the past. Refer
https://community.powerbi.com/t5/Desktop/Change-Slicer-Search-font-color/m-p/852325
I did not find specific element, some experiment is needed
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
119 | |
75 | |
66 | |
51 | |
49 |
User | Count |
---|---|
183 | |
101 | |
80 | |
79 | |
77 |