VexlyVexly
Landing

Edit section: category_cards

Section colours (gym / landing)

Override background and text colour for this section on the public page.

{
  "contentType": "list",
  "itemSchema": "custom",
  "title": "Category cards",
  "categories": [],
  "items": [
    {
      "id": 1,
      "link": "women-fashion",
      "image": "https://themes.pixelstrap.com/bigdeal/assets/images/layout-2/collection-banner/1.jpg",
      "title": "Women",
      "subtitle": "Fashion"
    },
    {
      "id": 2,
      "link": "camera-lenses",
      "image": "https://themes.pixelstrap.com/bigdeal/assets/images/layout-2/collection-banner/2.jpg",
      "title": "Camera",
      "subtitle": "Lenses"
    },
    {
      "id": 3,
      "link": "refrigerator",
      "image": "https://themes.pixelstrap.com/bigdeal/assets/images/layout-2/collection-banner/3.jpg",
      "title": "Refrigerator",
      "subtitle": "LG Mini"
    }
  ],
  "customFields": [
    {
      "key": "id",
      "type": "text",
      "label": "ID"
    },
    {
      "key": "title",
      "type": "text",
      "label": "Title"
    },
    {
      "key": "subtitle",
      "type": "text",
      "label": "Subtitle"
    },
    {
      "key": "image",
      "type": "image",
      "label": "Image"
    },
    {
      "key": "link",
      "type": "url",
      "label": "Link"
    }
  ]
}

Live preview

Updates as you edit

No visual preview for section type "category_cards". Use JSON preview below to check data.