Forum Discussion

JSlei's avatar
JSlei
Brass Contributor
Jul 21, 2025

SharePoint Brand Center - missing ability to change text color?

Hi,

I’m currently working in the SharePoint Brand Center to create a new theme. I’m able to select a color and give it a name, but I don’t see any additional options for customizing text color, specifically the options shown in the below screenshot

Is this feature not yet rolled out to all tenants? Or is there something I’m missing in the setup?

Any guidance would be appreciated!

 

Here are the options I currently get:

 

 

1 Reply

  • RobSoto's avatar
    RobSoto
    Iron Contributor

    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:

    Fluent UI Theme Designer

    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

     

Resources