contact form
parent
a82a9c9915
commit
0a084185ee
|
@ -59,7 +59,7 @@
|
|||
endcapture
|
||||
%}
|
||||
|
||||
console.log("5", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }})
|
||||
console.log("6", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }})
|
||||
|
||||
</script>
|
||||
|
||||
|
@ -84,6 +84,14 @@
|
|||
render "shx-get-current-page"
|
||||
endcapture
|
||||
|
||||
%}
|
||||
{% style %}
|
||||
|
||||
--shx-my-test-lol: shx_current_page;
|
||||
|
||||
{% endstyle %}
|
||||
{% liquid
|
||||
|
||||
if scheme.id == "scheme-main-navbar"
|
||||
if shx_current_page == "texte"
|
||||
assign scheme_id = "scheme-shx-texte-navbar"
|
||||
|
@ -119,8 +127,6 @@
|
|||
endif
|
||||
%}
|
||||
|
||||
--shx-my-testtesttest: "#8D8D8D";
|
||||
|
||||
--color-background: {{ new_background.red }},{{ new_background.green }},{{ new_background.blue }};
|
||||
|
||||
{% if new_background_gradient != empty %}
|
||||
|
|
Loading…
Reference in New Issue