Skip to content

Commit 5e2d662

Browse files
committed
Small changes
1 parent 9d67730 commit 5e2d662

File tree

3 files changed

+51
-7
lines changed

3 files changed

+51
-7
lines changed

templates/index.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"subtitle": "Developed by KondaSoft",
1515
"title": "Welcome to KS BootShop Theme",
1616
"description": "<p>Free Shopify Theme inspired by simplicity and elegance.<\/p>",
17-
"btn_primary_text": "Shop all",
18-
"btn_primary_url": "shopify:\/\/collections\/all",
19-
"btn_secondary_text": "Latest arrivals",
20-
"btn_secondary_url": "shopify:\/\/collections\/latest"
17+
"btn_primary_text": "Get theme",
18+
"btn_primary_url": "https:\/\/www.kondasoft.com\/collections\/shopify-themes\/products\/ks-bootshop",
19+
"btn_secondary_text": "Learn more",
20+
"btn_secondary_url": "https:\/\/www.kondasoft.com\/collections\/shopify-themes\/products\/ks-bootshop"
2121
}
2222
},
2323
"slide_TddqxQ": {
@@ -659,7 +659,7 @@
659659
"article_card_title_size": "fs-xl",
660660
"article_card_meta": true,
661661
"article_card_tags": true,
662-
"article_card_excerpt": true,
662+
"article_card_excerpt": false,
663663
"breakpoint_mobile": 1,
664664
"breakpoint_tablet": 2,
665665
"breakpoint_desktop": 3,
@@ -696,4 +696,4 @@
696696
"blog_slider_UUweWT",
697697
"separator_pMbxtB"
698698
]
699-
}
699+
}

templates/list-collections.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"sections": {
3+
"featured_collections_CGE4nM": {
4+
"type": "featured-collections",
5+
"settings": {
6+
"bg_color": "bg-body",
7+
"bg_opacity": 100,
8+
"bg_gradient": "",
9+
"text_color": "text-body",
10+
"border_top_width": 0,
11+
"border_bottom_width": 0,
12+
"border_color": "border-body",
13+
"border_opacity": 100,
14+
"container_max_width": "",
15+
"header_title": "Featured Collections",
16+
"header_title_font_size": "h2",
17+
"header_description": "<p>Add on optional description for this section<\/p>",
18+
"header_description_font_size": "fs-md",
19+
"slider_speed": 300,
20+
"slider_navigation": true,
21+
"slider_pagination": true,
22+
"slider_pagination_type": "bullets",
23+
"slider_scrollbar": true,
24+
"slider_partial_slides_mobile": false,
25+
"slider_autoplay": 0,
26+
"collection_card_text_align": "text-center",
27+
"collection_card_img_orientation": "ratio-4x3",
28+
"collection_card_img_border": "img-thumbnail",
29+
"collection_card_show_title": true,
30+
"collection_card_title_font_size": "fs-lg",
31+
"collection_card_title_position": "collection-card-title-bottom",
32+
"collection_card_show_product_count": true,
33+
"breakpoint_mobile": 1,
34+
"breakpoint_tablet": 2,
35+
"breakpoint_desktop": 4,
36+
"pt": 10,
37+
"pb": 10
38+
}
39+
}
40+
},
41+
"order": [
42+
"featured_collections_CGE4nM"
43+
]
44+
}

templates/page.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
{{ page.content }}
88
</div>
99
</div>
10-
</article>
10+
</section>

0 commit comments

Comments
 (0)