StorefrontTheme
Storefront theme configuration.
type StorefrontTheme implements Node {
id: ID!
primaryColor: String
backgroundColor: String
fontColor: String
faviconUrl: String
useForDashboard: Boolean
logo: Image
squareLogo: Image
faviconImage: Image
font: Font
}
Fields
StorefrontTheme.id ● ID! non-null scalar
The Globally Unique ID of this object
StorefrontTheme.primaryColor ● String scalar
Primary color in hex.
StorefrontTheme.backgroundColor ● String scalar
Background color in hex.
StorefrontTheme.fontColor ● String scalar
Font color in hex.
StorefrontTheme.faviconUrl ● String scalar
URL of the favicon.
StorefrontTheme.useForDashboard ● Boolean scalar
Whether to use this theme for the dashboard.
StorefrontTheme.logo ● Image object
Logo image.
StorefrontTheme.squareLogo ● Image object
Square logo image.
StorefrontTheme.faviconImage ● Image object
Favicon image.
StorefrontTheme.font ● Font object
Font to be used on the storefront.
Interfaces
Node interface
An object with a Globally Unique ID
Member Of
Shop object