Set-SPOHideDefaultThemes

Specifies whether the default themes should be available.

Syntax

Set-SPOHideDefaultThemes
   [-HideDefaultThemes] <Boolean>
   [<CommonParameters>]

Description

The Set-SPOHideDefaultThemes cmdlet is used to specify whether the default themes that come with SharePoint should be included in the theme picker list. For example, you might want to create custom themes for your sites and then remove the default themes to ensure that all pages use your custom themes.

After creating the "Custom Cyan" theme, hiding the default themes leaves only the one custom theme in the themes list under Change the look.

Specify the setting as either $true to hide the default themes, or $false (the default setting) to allow use of the default themes.

Note

This cmdlet was named Set-HideDefaultThemes until the December 2017 release of the SPO Management Shell. We recommend that you use the latest version of the PowerShell cmdlets.

Tip

Allows you to hide or show ALL default themes, no any particular ones.

Note

This cmdlet hides the default themes on Modern Sites. You cannot hide the default themes on Classic Sites.

Examples

Example 1

In this example, the cmdlet hides the default themes.

Set-SPOHideDefaultThemes $true

Example 2

In this example, the cmdlet restores the default themes to the theme picker list.

Set-SPOHideDefaultThemes $false

Parameters

-HideDefaultThemes

Determines whether to hide the default themes.

Type:Boolean
Position:0
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object