VOOZH about

URL: https://shopify.dev/docs/api/liquid/objects/brand

⇱ Liquid objects: brand


Skip to main content

The brand assets for the store.

Properties

Anchor to
colorscolors

The brand's colors.

To learn about how to access brand colors, refer to brand_color.

Anchor to
cover_imagecover_image

The square logo for the brand, resized to 32x32 px.

Anchor to
favicon_urlfavicon_url

The square logo for the brand, resized to 32x32 px.

The default logo for the brand.

Anchor to
metafieldsmetafields

The social links for the brand.

Social links are stored in metafields, and can be accessed using the syntax shop.brand.metafields.social_links.<platform>.value.

Platforms
facebook
pinterest
instagram
tiktok
tumblr
snapchat
vimeo
Anchor to
short_descriptionshort_description

A short description of the brand.

Anchor to
sloganslogan

The slogan for the brand.

Anchor to
square_logosquare_logo

The square logo for the brand.

{
"colors": {},
"cover_image": {},
"favicon_url": {},
"logo": {},
"metafields": {},
"short_description": "Canada's foremost retailer for potions and potion accessories. Try one of our award-winning artisanal potions, or find the supplies to make your own!",
"slogan": "Save the toil and trouble!",
"square_logo": {}
}
Example
{
 "colors": {},
 "cover_image": {},
 "favicon_url": {},
 "logo": {},
 "metafields": {},
 "short_description": "Canada's foremost retailer for potions and potion accessories. Try one of our award-winning artisanal potions, or find the supplies to make your own!",
 "slogan": "Save the toil and trouble!",
 "square_logo": {}
}
Was this section helpful?