Forum Discussion
SharePoint Brand Center - missing ability to change text color?
Hi JSlei
I checked and don't see any font color options in the new Brand Center yet. My developer tenant is set to Targeted Release so if any font color options were released, I'd see them. My presumption is that feature is on the way, but I don't yet see any roadmap items related to font color.
The alternative is creating your theme in the old theme generator, then installing with PowerShell.
Get your PowerShell code from the theme generator website here:
Export the theme in the upper right corner.
Then use the provided PowerShell Code in the PowerShell cmdlet for adding a theme.
Add-SPOTheme (Microsoft.Online.SharePoint.PowerShell) | Microsoft Learn
With that approach, you also have the option to granularly adjust HEX color codes to your liking. It's just not nearly as convenient as the Brand Center.
Hope this helps!
-Rob