OBJECT
Theme
Site-wide attributes used for theming, such as colours and fonts.
link GraphQL Schema definition
- type Theme {
- # Font family for body/paragraph text.
- String! :
- # Primary brand color for your site.
- String! :
- # Text color to use when the brand color is the background color
- String! :
- # Color used for ecommerce action buttons (e.g. add item to cart).
- String! :
- # Text color used for ecommerce action buttons (e.g. add item to cart).
- String! :
- # URL for loading the relevant fonts.
- String! :
- # Background color for the main footer.
- String! :
- # Color for links in the main footer.
- String! :
- # Color for text in the main footer.
- String! :
- # Background color for the main header.
- String! :
- # Border color used to separate elements within the main header.
- String! :
- # Color for text in the main header.
- String! :
- # Font family for header/title text.
- String! :
- # Color used for lead generation action buttons (e.g. contact seller, show
- # address).
- String! :
- # Text color used for lead generation action buttons (e.g. contact seller, show
- # address).
- String! :
- # Color used for primary action buttons (e.g. submit a form, or proceed to
- # checkout).
- String! :
- # Text color used for primary action buttons (e.g. submit a form, or proceed to
- # checkout).
- String! :
- # Color used for promotions and featured banners.
- String! :
- # Text color used for promotions and featured banners.
- String! :
- }