Forum Discussion
amelsom1985
Aug 19, 2022Brass Contributor
Custom Themes No Longer working
Hi, There seems to have been an update to SharePoint and now all our custom site themes are no longer working whenever it is set to our theme it reverts back to a white page: Even though t...
Stanley1987
Aug 21, 2022Copper Contributor
Hi,
Did you maybe find a way to solve the problem?
I have the same issue with my communication site.
Did you maybe find a way to solve the problem?
I have the same issue with my communication site.
Stanley1987
Aug 21, 2022Copper Contributor
Just create a new theme and make sure that IsInverted is true.
Add-SPOTheme -Name $themeName -Palette $palette -IsInverted:$true -Overwrite
That solve my problem.
Add-SPOTheme -Name $themeName -Palette $palette -IsInverted:$true -Overwrite
That solve my problem.
- amelsom1985Aug 25, 2022Brass Contributor
Stanley1987 i can confirm this worked setting -IsInverted = true
- microtomAug 24, 2022Copper ContributorWorked like a charm! Thanks Stan!