Merge branch 'main' of github.com:JannexNet/SHX-Theme
commit
0fe0e69782
|
@ -59,7 +59,7 @@
|
|||
endcapture
|
||||
%}
|
||||
|
||||
console.log("3", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }})
|
||||
console.log("2", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }})
|
||||
|
||||
</script>
|
||||
|
||||
|
|
|
@ -7,7 +7,13 @@
|
|||
|
||||
@media screen and (min-width: 750px) {
|
||||
.shx-landingpage-banner {
|
||||
height: 400px;
|
||||
height: 450px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1630px) {
|
||||
.shx-landingpage-banner {
|
||||
height: 550px;
|
||||
}
|
||||
}
|
||||
</style>
|
|
@ -22,6 +22,7 @@
|
|||
},
|
||||
"custom_liquid_ni6GcW": {
|
||||
"type": "custom-liquid",
|
||||
"disabled": true,
|
||||
"settings": {
|
||||
"custom_liquid": "<img src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0882\/4373\/2756\/files\/IMG_2814mob.jpg?v=1719134500\" style=\"height: 350px; width: 100%; object-fit: cover\">",
|
||||
"color_scheme": "",
|
||||
|
@ -31,6 +32,7 @@
|
|||
},
|
||||
"custom_liquid_RFM8mJ": {
|
||||
"type": "custom-liquid",
|
||||
"disabled": true,
|
||||
"settings": {
|
||||
"custom_liquid": "{% render \"shx-landingpage-banner\", mobile_image: \"IMG_2820fin.jpg\" %}",
|
||||
"color_scheme": "",
|
||||
|
@ -43,7 +45,7 @@
|
|||
"settings": {
|
||||
"custom_liquid": "{% render \"shx-landingpage-banner\", mobile_image: \"IMG_2822finn.jpg\" %}",
|
||||
"color_scheme": "",
|
||||
"padding_top": 40,
|
||||
"padding_top": 0,
|
||||
"padding_bottom": 52
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue