Forum Discussion
thod
3 years agoHelper I
Updating theme file
Hi, I am struggling with updating a Power BI theme json file, as I want to make the font size on the slicer header to default "10" - please note it is the slicer header and not the title. Can anyone...
thod
3 years agoHelper I
Hi Neeko,
Unfortunately that didn't help. The slicer header still show the default fontsize at 14 and not 10.
I have both tried with "textsize": "10" and "textSize": "10", but it didn't work.
Do you have other suggestions?
Br.,
Thomas
Anonymous
3 years agoNot applicable
Hi thod ,
According to the document, the JSON field related to the slicer header is title, please modify and try.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- thod3 years agoHelper I
Great now it works!
I tried to put the statement into the visualStyles property, but after I defined it in the textClasses section it works 🙂Thank you.