image with text link
parent
72b6f4dba8
commit
1216f2a2f7
|
@ -36,10 +36,11 @@
|
|||
%}
|
||||
|
||||
<script>
|
||||
console.log("here7", "{{ button_link }}")
|
||||
console.log("here8", "{{ button_link }}")
|
||||
</script>
|
||||
|
||||
|
||||
{% comment %}
|
||||
<div class="section-{{ section.id }}-padding gradient color-{{ section.settings.section_color_scheme }}">
|
||||
<div class="page-width">
|
||||
{% if button_link == empty %}
|
||||
|
@ -125,14 +126,14 @@
|
|||
</div>
|
||||
</div>
|
||||
{% if button_link == empty %}
|
||||
</div>
|
||||
</a>
|
||||
{% else %}
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% endcomment %}
|
||||
|
||||
{% comment %}
|
||||
<div class="section-{{ section.id }}-padding gradient color-{{ section.settings.section_color_scheme }}">
|
||||
<div class="page-width">
|
||||
<div class="image-with-text image-with-text--{{ section.settings.content_layout }} isolate{% if settings.text_boxes_border_thickness > 0 and settings.text_boxes_border_opacity > 0 and settings.media_border_thickness > 0 and settings.media_border_opacity > 0 %} collapse-borders{% endif %}{% unless section.settings.color_scheme == section.settings.section_color_scheme and settings.media_border_thickness > 0 and settings.text_boxes_shadow_opacity == 0 and settings.text_boxes_border_thickness == 0 or settings.text_boxes_border_opacity == 0 %} collapse-corners{% endunless %}{% if settings.animations_reveal_on_scroll %} scroll-trigger animate--slide-in{% endif %}">
|
||||
|
@ -215,7 +216,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endcomment %}
|
||||
|
||||
{% schema %}
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue